#151413

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

Shades of Bokara Grey #151413

Tints of Bokara Grey #151413

Color information

#151413 (or 0x151413) is unknown color: approx Bokara Grey. HEX triplet: 15, 14 and 13. RGB value is (21,20,19). Sum of RGB (Red+Green+Blue) = 21+20+19=60 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35% from 60); Green value is 20 (8.20% from 255 or 33.33% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 21 - color contains mainly: red. Hex color #151413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151413 is #EAEBEC. Grayscale: #141414. Windows color (decimal): -15395821 or 1250325. OLE color: 1250325.

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

Color convert

RGB212019-
CMYK00.050.100.92
HSL30º5%7.84%-
HSV(B)30º9.52%8.24%-
XYZ0.680.710.72-
YUV20.18127.33128.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35%
GREEN value IS 20 (8.20% from 255) = 33.33%
BLUE value IS 19 (7.81% from 255) = 31.67%
R=35%
G=33.33%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21201900.050.100.923057.84
Hex15141305A5C1e58
Octal252423051213436510
Binary101011010010011010110101011100111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151413; }

 p { color: rgb(21,20,19); }

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

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

 a { background-color: rgb(21,20,19); }

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

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

 span { border-color: rgb(21,20,19); }

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