#1C2418

Color #1C2418 Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #1C2418

Tints of Black Forest #1C2418

Color information

#1C2418 (or 0x1C2418) is unknown color: approx Black Forest. HEX triplet: 1C, 24 and 18. RGB value is (28,36,24). Sum of RGB (Red+Green+Blue) = 28+36+24=88 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.82% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 36 - color contains mainly: green. Hex color #1C2418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2418 is #E3DBE7. Grayscale: #202020. Windows color (decimal): -14932968 or 1582108. OLE color: 1582108.

HSL color Cylindrical-coordinate representation of color #1C2418: hue angle of 100º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1C2418 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.86.

Color convert

RGB283624-
CMYK0.2200.330.86
HSL100º20%11.76%-
HSV(B)100º33.33%14.12%-
XYZ1.271.571.1-
YUV32.24123.35124.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 31.82%
GREEN value IS 36 (14.45% from 255) = 40.91%
BLUE value IS 24 (9.77% from 255) = 27.27%
R=31.82%
G=40.91%
B=27.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2836240.2200.330.861002011.76
Hex1C241816021566414c
Octal344430260411261442414
Binary111001001001100010110010000110101101100100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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