#150E05

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

Shades of Bokara Grey #150E05

Tints of Bokara Grey #150E05

Color information

#150E05 (or 0x150E05) is unknown color: approx Bokara Grey. HEX triplet: 15, 0E and 05. RGB value is (21,14,5). Sum of RGB (Red+Green+Blue) = 21+14+5=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 14 (5.86% from 255 or 35% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #150E05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E05 is #EAF1FA. Grayscale: #0F0F0F. Windows color (decimal): -15397371 or 331285. OLE color: 331285.

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

Color convert

RGB21145-
CMYK00.330.760.92
HSL33.75º61.54%5.1%-
HSV(B)33.75º76.19%8.24%-
XYZ0.490.480.21-
YUV15.07122.32132.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 52.5%
GREEN value IS 14 (5.86% from 255) = 35%
BLUE value IS 5 (2.34% from 255) = 12.5%
R=52.5%
G=35%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2114500.330.760.9233.7561.545.1
Hex15E50214C5C223e5
Octal2516504111413442765
Binary101011110101010000110011001011100100010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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