#150E08

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

Shades of Bokara Grey #150E08

Tints of Bokara Grey #150E08

Color information

#150E08 (or 0x150E08) is unknown color: approx Bokara Grey. HEX triplet: 15, 0E and 08. RGB value is (21,14,8). Sum of RGB (Red+Green+Blue) = 21+14+8=43 (5% of max value = 765). Red value is 21 (8.59% from 255 or 48.84% from 43); Green value is 14 (5.86% from 255 or 32.56% from 43); Blue value is 8 (3.52% from 255 or 18.60% from 43); Max value from RGB is 21 - color contains mainly: red. Hex color #150E08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E08 is #EAF1F7. Grayscale: #0F0F0F. Windows color (decimal): -15397368 or 527893. OLE color: 527893.

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

Color convert

RGB21148-
CMYK00.330.620.92
HSL27.69º44.83%5.69%-
HSV(B)27.69º61.9%8.24%-
XYZ0.510.490.3-
YUV15.41123.82131.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 48.84%
GREEN value IS 14 (5.86% from 255) = 32.56%
BLUE value IS 8 (3.52% from 255) = 18.60%
R=48.84%
G=32.56%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2114800.330.620.9227.6944.835.69
Hex15E80213E5C1c2d6
Octal2516100417613434556
Binary10101111010000100001111110101110011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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