#1C1711

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

Shades of Bokara Grey #1C1711

Tints of Bokara Grey #1C1711

Color information

#1C1711 (or 0x1C1711) is unknown color: approx Bokara Grey. HEX triplet: 1C, 17 and 11. RGB value is (28,23,17). Sum of RGB (Red+Green+Blue) = 28+23+17=68 (9% of max value = 765). Red value is 28 (11.33% from 255 or 41.18% from 68); Green value is 23 (9.38% from 255 or 33.82% from 68); Blue value is 17 (7.03% from 255 or 25% from 68); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1711 is #E3E8EE. Grayscale: #171717. Windows color (decimal): -14936303 or 1120028. OLE color: 1120028.

HSL color Cylindrical-coordinate representation of color #1C1711: hue angle of 32.73º 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 #1C1711 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.89.

Color convert

RGB282317-
CMYK00.180.390.89
HSL32.73º24.44%8.82%-
HSV(B)32.73º39.29%10.98%-
XYZ0.890.90.66-
YUV23.81124.16130.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 41.18%
GREEN value IS 23 (9.38% from 255) = 33.82%
BLUE value IS 17 (7.03% from 255) = 25%
R=41.18%
G=33.82%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28231700.180.390.8932.7324.448.82
Hex1C1711012275921189
Octal34272102247131413011
Binary1110010111100010100101001111011001100001110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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