#150E09

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

Shades of Bokara Grey #150E09

Tints of Bokara Grey #150E09

Color information

#150E09 (or 0x150E09) is unknown color: approx 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

RGB21149-
CMYK00.330.570.92
HSL25º40%5.88%-
HSV(B)25º57.14%8.24%-
XYZ0.520.490.33-
YUV15.52124.32131.91-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2114900.330.570.9225405.88
Hex15E9021395C19286
Octal2516110417113431506
Binary10101111010010100001111001101110011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>