#1C1714

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

Shades of Bokara Grey #1C1714

Tints of Bokara Grey #1C1714

Color information

#1C1714 (or 0x1C1714) is unknown color: approx Bokara Grey. HEX triplet: 1C, 17 and 14. RGB value is (28,23,20). Sum of RGB (Red+Green+Blue) = 28+23+20=71 (9% of max value = 765). Red value is 28 (11.33% from 255 or 39.44% from 71); Green value is 23 (9.38% from 255 or 32.39% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1714 is #E3E8EB. Grayscale: #181818. Windows color (decimal): -14936300 or 1316636. OLE color: 1316636.

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

Color convert

RGB282320-
CMYK00.180.290.89
HSL22.5º16.67%9.41%-
HSV(B)22.5º28.57%10.98%-
XYZ0.910.910.79-
YUV24.15125.66130.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 39.44%
GREEN value IS 23 (9.38% from 255) = 32.39%
BLUE value IS 20 (8.20% from 255) = 28.17%
R=39.44%
G=32.39%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28232000.180.290.8922.516.679.41
Hex1C17140121D5917119
Octal34272402235131272111
Binary11100101111010001001011101101100110111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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