#1C1511

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

Shades of Bokara Grey #1C1511

Tints of Bokara Grey #1C1511

Color information

#1C1511 (or 0x1C1511) is unknown color: approx Bokara Grey. HEX triplet: 1C, 15 and 11. RGB value is (28,21,17). Sum of RGB (Red+Green+Blue) = 28+21+17=66 (8% of max value = 765). Red value is 28 (11.33% from 255 or 42.42% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1511 is #E3EAEE. Grayscale: #161616. Windows color (decimal): -14936815 or 1119516. OLE color: 1119516.

HSL color Cylindrical-coordinate representation of color #1C1511: hue angle of 21.82º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1C1511 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.89.

Color convert

RGB282117-
CMYK00.250.390.89
HSL21.82º24.44%8.82%-
HSV(B)21.82º39.29%10.98%-
XYZ0.850.820.64-
YUV22.64124.82131.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 42.42%
GREEN value IS 21 (8.59% from 255) = 31.82%
BLUE value IS 17 (7.03% from 255) = 25.76%
R=42.42%
G=31.82%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28211700.250.390.8921.8224.448.82
Hex1C1511019275916189
Octal34252103147131263011
Binary111001010110001011001100111101100110110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C1511; }

 p { color: rgb(28,21,17); }

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

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

 a { background-color: rgb(28,21,17); }

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

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

 span { border-color: rgb(28,21,17); }

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