#38144E

Color #38144E Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #38144E

Tints of Blackcurrant #38144E

Color information

#38144E (or 0x38144E) is unknown color: approx Blackcurrant. HEX triplet: 38, 14 and 4E. RGB value is (56,20,78). Sum of RGB (Red+Green+Blue) = 56+20+78=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 78 (30.86% from 255 or 50.65% from 154); Max value from RGB is 78 - color contains mainly: blue. Hex color #38144E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38144E is #C7EBB1. Grayscale: #252525. Windows color (decimal): -13102002 or 5116984. OLE color: 5116984.

HSL color Cylindrical-coordinate representation of color #38144E: hue angle of 277.24º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38144E is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB562078-
CMYK0.280.7400.69
HSL277.24º59.18%19.22%-
HSV(B)277.24º74.36%30.59%-
XYZ3.261.897.4-
YUV37.38150.93141.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 36.36%
GREEN value IS 20 (8.20% from 255) = 12.99%
BLUE value IS 78 (30.86% from 255) = 50.65%
R=36.36%
G=12.99%
B=50.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5620780.280.7400.69277.2459.1819.22
Hex38144E1C4A0451153b13
Octal70241163411201054257323
Binary1110001010010011101110010010100100010110001010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38144E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38144E; }

 p { color: rgb(56,20,78); }

 H1.HeaderClassName
 {
   color: #38144E;
 }
 .AnyTagClassName
 {
   color: #38144E;
 }
</style>
background-color css

<style>
 a { background-color: #38144E; }

 a { background-color: rgb(56,20,78); }

 div.DivClassName
 {
   background-color: #38144E;
 }
 .BgClassName
 {
   background-color: #38144E;
 }
</style>
border-color css

<style>
 span { border-color: #38144E; }

 span { border-color: rgb(56,20,78); }

 td.TdClassName
 {
   border-color: #38144E;
 }
 .TagClassName
 {
   border-color: #38144E;
 }
</style>