#1C1918

Color #1C1918 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #1C1918

Tints of Wood Bark #1C1918

Color information

#1C1918 (or 0x1C1918) is unknown color: approx Wood Bark. HEX triplet: 1C, 19 and 18. RGB value is (28,25,24). Sum of RGB (Red+Green+Blue) = 28+25+24=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1918 is #E3E6E7. Grayscale: #191919. Windows color (decimal): -14935784 or 1579292. OLE color: 1579292.

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

Color convert

RGB282524-
CMYK00.110.140.89
HSL15º7.69%10.2%-
HSV(B)15º14.29%10.98%-
XYZ0.991.011.01-
YUV25.78126.99129.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 36.36%
GREEN value IS 25 (10.16% from 255) = 32.47%
BLUE value IS 24 (9.77% from 255) = 31.17%
R=36.36%
G=32.47%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28252400.110.140.89157.6910.2
Hex1C19180BE59f8a
Octal34313001316131171012
Binary1110011001110000101111101011001111110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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