#150E18

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

Shades of Blackcurrant #150E18

Tints of Blackcurrant #150E18

Color information

#150E18 (or 0x150E18) is unknown color: approx Blackcurrant. HEX triplet: 15, 0E and 18. RGB value is (21,14,24). Sum of RGB (Red+Green+Blue) = 21+14+24=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 14 (5.86% from 255 or 23.73% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 24 - color contains mainly: blue. Hex color #150E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E18 is #EAF1E7. Grayscale: #111111. Windows color (decimal): -15397352 or 1576469. OLE color: 1576469.

HSL color Cylindrical-coordinate representation of color #150E18: hue angle of 282º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #150E18 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB211424-
CMYK0.130.4200.91
HSL282º26.32%7.45%-
HSV(B)282º41.67%9.41%-
XYZ0.630.540.94-
YUV17.23131.82130.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35.59%
GREEN value IS 14 (5.86% from 255) = 23.73%
BLUE value IS 24 (9.77% from 255) = 40.68%
R=35.59%
G=23.73%
B=40.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2114240.130.4200.9128226.327.45
Hex15E18D2A05B11a1a7
Octal25163015520133432327
Binary1010111101100011011010100101101110001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150E18; }

 p { color: rgb(21,14,24); }

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

<style>
 a { background-color: #150E18; }

 a { background-color: rgb(21,14,24); }

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

<style>
 span { border-color: #150E18; }

 span { border-color: rgb(21,14,24); }

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