#150E03

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

Shades of Bokara Grey #150E03

Tints of Bokara Grey #150E03

Color information

#150E03 (or 0x150E03) is unknown color: approx Bokara Grey. HEX triplet: 15, 0E and 03. RGB value is (21,14,3). Sum of RGB (Red+Green+Blue) = 21+14+3=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 14 (5.86% from 255 or 36.84% from 38); Blue value is 3 (1.56% from 255 or 7.89% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #150E03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E03 is #EAF1FC. Grayscale: #0E0E0E. Windows color (decimal): -15397373 or 200213. OLE color: 200213.

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

Color convert

RGB21143-
CMYK00.330.860.92
HSL36.67º75%4.71%-
HSV(B)36.67º85.71%8.24%-
XYZ0.480.480.15-
YUV14.84121.32132.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 55.26%
GREEN value IS 14 (5.86% from 255) = 36.84%
BLUE value IS 3 (1.56% from 255) = 7.89%
R=55.26%
G=36.84%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2114300.330.860.9236.67754.71
Hex15E3021565C254b5
Octal25163041126134451135
Binary101011110110100001101011010111001001011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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