#1C1409

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

Shades of Bokara Grey #1C1409

Tints of Bokara Grey #1C1409

Color information

#1C1409 (or 0x1C1409) is unknown color: approx Bokara Grey. HEX triplet: 1C, 14 and 09. RGB value is (28,20,9). Sum of RGB (Red+Green+Blue) = 28+20+9=57 (7% of max value = 765). Red value is 28 (11.33% from 255 or 49.12% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1409 is #E3EBF6. Grayscale: #151515. Windows color (decimal): -14937079 or 594972. OLE color: 594972.

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

Color convert

RGB28209-
CMYK00.290.680.89
HSL34.74º51.35%7.25%-
HSV(B)34.74º67.86%10.98%-
XYZ0.780.770.37-
YUV21.14121.15132.89-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 49.12%
GREEN value IS 20 (8.20% from 255) = 35.09%
BLUE value IS 9 (3.91% from 255) = 15.79%
R=49.12%
G=35.09%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2820900.290.680.8934.7451.357.25
Hex1C14901D445923337
Octal34241103510413143637
Binary1110010100100101110110001001011001100011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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