#151210

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

Shades of Bokara Grey #151210

Tints of Bokara Grey #151210

Color information

#151210 (or 0x151210) is unknown color: approx Bokara Grey. HEX triplet: 15, 12 and 10. RGB value is (21,18,16). Sum of RGB (Red+Green+Blue) = 21+18+16=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 21 - color contains mainly: red. Hex color #151210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151210 is #EAEDEF. Grayscale: #121212. Windows color (decimal): -15396336 or 1053205. OLE color: 1053205.

HSL color Cylindrical-coordinate representation of color #151210: hue angle of 24º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #151210 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.92.

Color convert

RGB211816-
CMYK00.140.240.92
HSL24º13.51%7.25%-
HSV(B)24º23.81%8.24%-
XYZ0.620.630.58-
YUV18.67126.49129.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 38.18%
GREEN value IS 18 (7.42% from 255) = 32.73%
BLUE value IS 16 (6.64% from 255) = 29.09%
R=38.18%
G=32.73%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21181600.140.240.922413.517.25
Hex1512100E185C18e7
Octal2522200163013430167
Binary10101100101000001110110001011100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151210; }

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

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

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

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

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

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

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

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