Html Css Color HEX #150E18 Blackcurrant

📋 copy color: '#150E18'

red 21 ◦ green 14 ◦ blue 24

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

Shades of Blackcurrant #150E18

Tints of Blackcurrant #150E18

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

 M value IS 0.42

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

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

RGB 21 14 24 -
CMYK 0.13 0.42 0 0.91
HSL 282º 0.26% 0.07% -
HSV(B) 282º 0.42% 0.09% -
XYZ 0.63 0.54 0.94 -
YUV 17.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 21 14 24 0.13 0.42 0 0.91 282 0.26 0.07
Hex 15 E 18 D 2A 0 5B 11A 1A 7
Octal 25 16 30 15 52 0 133 432 32 7
Binary 10101 1110 11000 1101 101010 0 1011011 100011010 11010 111

Color Harmonies of #150E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150E18

Black with #150E18

Text Example


Text Example

White with #150E18

Text Example


Text Example

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