#1C1917

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

Shades of Bokara Grey #1C1917

Tints of Bokara Grey #1C1917

Color information

#1C1917 (or 0x1C1917) is unknown color: approx Bokara Grey. HEX triplet: 1C, 19 and 17. RGB value is (28,25,23). Sum of RGB (Red+Green+Blue) = 28+25+23=76 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.84% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 23 (9.38% from 255 or 30.26% from 76); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1917 is #E3E6E8. Grayscale: #191919. Windows color (decimal): -14935785 or 1513756. OLE color: 1513756.

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

Color convert

RGB282523-
CMYK00.110.180.89
HSL24º9.8%10%-
HSV(B)24º17.86%10.98%-
XYZ0.9810.95-
YUV25.67126.49129.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 36.84%
GREEN value IS 25 (10.16% from 255) = 32.89%
BLUE value IS 23 (9.38% from 255) = 30.26%
R=36.84%
G=32.89%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28252300.110.180.89249.810
Hex1C19170B125918aa
Octal34312701322131301212
Binary111001100110111010111001010110011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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