#1C1710

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

Shades of Bokara Grey #1C1710

Tints of Bokara Grey #1C1710

Color information

#1C1710 (or 0x1C1710) is unknown color: approx Bokara Grey. HEX triplet: 1C, 17 and 10. RGB value is (28,23,16). Sum of RGB (Red+Green+Blue) = 28+23+16=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1710 is #E3E8EF. Grayscale: #171717. Windows color (decimal): -14936304 or 1054492. OLE color: 1054492.

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

Color convert

RGB282316-
CMYK00.180.430.89
HSL35º27.27%8.63%-
HSV(B)35º42.86%10.98%-
XYZ0.880.90.62-
YUV23.7123.66131.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 41.79%
GREEN value IS 23 (9.38% from 255) = 34.33%
BLUE value IS 16 (6.64% from 255) = 23.88%
R=41.79%
G=34.33%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28231600.180.430.893527.278.63
Hex1C17100122B59231b9
Octal34272002253131433311
Binary1110010111100000100101010111011001100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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