Html Css Color HEX #150C18 Blackcurrant

📋 copy color: '#150C18'

red 21 ◦ green 12 ◦ blue 24

#150C18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #150C18

Tints of Blackcurrant #150C18

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 value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#150C18 (or 0x150C18) is known color: 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

RGB 21 12 24 -
CMYK 0.13 0.50 0 0.91
HSL 285º 0.33% 0.07% -
HSV(B) 285º 0.5% 0.09% -
XYZ 0.61 0.49 0.93 -
YUV 16.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 21 12 24 0.13 0.50 0 0.91 285 0.33 0.07
Hex 15 C 18 D 32 0 5B 11D 21 7
Octal 25 14 30 15 62 0 133 435 41 7
Binary 10101 1100 11000 1101 110010 0 1011011 100011101 100001 111

Color Harmonies of #150C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C18

Black with #150C18

Text Example


Text Example

White with #150C18

Text Example


Text Example

HTML Codes & Css Web 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>