Html Css Color HEX #150E09 Bokara Grey

📋 copy color: '#150E09'

red 21 ◦ green 14 ◦ blue 9

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

Shades of Bokara Grey #150E09

Tints of Bokara Grey #150E09

RGB

 RED value IS 21 (8.59% from 255) = 47.73%

 GREEN value IS 14 (5.86% from 255) = 31.82%

 BLUE value IS 9 (3.91% from 255) = 20.45%

R = 47.73%
G = 31.82%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.92

RGB Variations

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

Color information

#150E09 (or 0x150E09) is known color: Bokara Grey. HEX triplet: 15, 0E and 09. RGB value is (21,14,9). Sum of RGB (Red+Green+Blue) = 21+14+9=44 (5% of max value = 765). Red value is 21 (8.59% from 255 or 47.73% from 44); Green value is 14 (5.86% from 255 or 31.82% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 21 - color contains mainly: red. Hex color #150E09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E09 is #EAF1F6. Grayscale: #0F0F0F. Windows color (decimal): -15397367 or 593429. OLE color: 593429.

HSL color Cylindrical-coordinate representation of color #150E09: hue angle of 25º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #150E09 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 14 9 -
CMYK 0 0.33 0.57 0.92
HSL 25º 0.4% 0.06% -
HSV(B) 25º 0.57% 0.08% -
XYZ 0.52 0.49 0.33 -
YUV 15.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 21 14 9 0 0.33 0.57 0.92 25 0.4 0.06
Hex 15 E 9 0 21 39 5C 19 28 6
Octal 25 16 11 0 41 71 134 31 50 6
Binary 10101 1110 1001 0 100001 111001 1011100 11001 101000 110

Color Harmonies of #150E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150E09

Black with #150E09

Text Example


Text Example

White with #150E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #150E09;
 }
 .AnyTagClassName
 {
   color: #150E09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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