#1C1713

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

Shades of Bokara Grey #1C1713

Tints of Bokara Grey #1C1713

Color information

#1C1713 (or 0x1C1713) is unknown color: approx Bokara Grey. HEX triplet: 1C, 17 and 13. RGB value is (28,23,19). Sum of RGB (Red+Green+Blue) = 28+23+19=70 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40% from 70); Green value is 23 (9.38% from 255 or 32.86% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1713 is #E3E8EC. Grayscale: #181818. Windows color (decimal): -14936301 or 1251100. OLE color: 1251100.

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

Color convert

RGB282319-
CMYK00.180.320.89
HSL26.67º19.15%9.22%-
HSV(B)26.67º32.14%10.98%-
XYZ0.90.910.74-
YUV24.04125.16130.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 40%
GREEN value IS 23 (9.38% from 255) = 32.86%
BLUE value IS 19 (7.81% from 255) = 27.14%
R=40%
G=32.86%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28231900.180.320.8926.6719.159.22
Hex1C171301220591b139
Octal34272302240131332311
Binary111001011110011010010100000101100111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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