#150F09

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

Shades of Bokara Grey #150F09

Tints of Bokara Grey #150F09

Color information

#150F09 (or 0x150F09) is unknown color: approx Bokara Grey. HEX triplet: 15, 0F and 09. RGB value is (21,15,9). Sum of RGB (Red+Green+Blue) = 21+15+9=45 (5% of max value = 765). Red value is 21 (8.59% from 255 or 46.67% from 45); Green value is 15 (6.25% from 255 or 33.33% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 21 - color contains mainly: red. Hex color #150F09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F09 is #EAF0F6. Grayscale: #101010. Windows color (decimal): -15397111 or 593685. OLE color: 593685.

HSL color Cylindrical-coordinate representation of color #150F09: hue angle of 30º 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 #150F09 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.92.

Color convert

RGB21159-
CMYK00.290.570.92
HSL30º40%5.88%-
HSV(B)30º57.14%8.24%-
XYZ0.530.520.33-
YUV16.11123.99131.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 46.67%
GREEN value IS 15 (6.25% from 255) = 33.33%
BLUE value IS 9 (3.91% from 255) = 20%
R=46.67%
G=33.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2115900.290.570.9230405.88
Hex15F901D395C1e286
Octal2517110357113436506
Binary1010111111001011101111001101110011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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