#150C18

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

Shades of Blackcurrant #150C18

Tints of Blackcurrant #150C18

Color information

#150C18 (or 0x150C18) is unknown color: approx Blackcurrant. HEX triplet: 15, 0C and 18. RGB value is (21,12,24). Sum of RGB (Red+Green+Blue) = 21+12+24=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 24 - color contains mainly: blue. Hex color #150C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C18 is #EAF3E7. Grayscale: #101010. Windows color (decimal): -15397864 or 1575957. OLE color: 1575957.

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

Color convert

RGB211224-
CMYK0.130.5000.91
HSL285º33.33%7.06%-
HSV(B)285º50%9.41%-
XYZ0.610.490.93-
YUV16.06132.48131.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.84%
GREEN value IS 12 (5.08% from 255) = 21.05%
BLUE value IS 24 (9.77% from 255) = 42.11%
R=36.84%
G=21.05%
B=42.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2112240.130.5000.9128533.337.06
Hex15C18D3205B11d217
Octal25143015620133435417
Binary10101110011000110111001001011011100011101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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