#151009

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

Shades of Bokara Grey #151009

Tints of Bokara Grey #151009

Color information

#151009 (or 0x151009) is unknown color: approx Bokara Grey. HEX triplet: 15, 10 and 09. RGB value is (21,16,9). Sum of RGB (Red+Green+Blue) = 21+16+9=46 (6% of max value = 765). Red value is 21 (8.59% from 255 or 45.65% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 21 - color contains mainly: red. Hex color #151009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151009 is #EAEFF6. Grayscale: #101010. Windows color (decimal): -15396855 or 593941. OLE color: 593941.

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

Color convert

RGB21169-
CMYK00.240.570.92
HSL35º40%5.88%-
HSV(B)35º57.14%8.24%-
XYZ0.540.550.34-
YUV16.7123.66131.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 45.65%
GREEN value IS 16 (6.64% from 255) = 34.78%
BLUE value IS 9 (3.91% from 255) = 19.57%
R=45.65%
G=34.78%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2116900.240.570.9235405.88
Hex15109018395C23286
Octal2520110307113443506
Binary101011000010010110001110011011100100011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151009; }

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

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

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

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

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

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

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

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