#1C2718

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

Shades of Black Forest #1C2718

Tints of Black Forest #1C2718

Color information

#1C2718 (or 0x1C2718) is unknown color: approx Black Forest. HEX triplet: 1C, 27 and 18. RGB value is (28,39,24). Sum of RGB (Red+Green+Blue) = 28+39+24=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 39 - color contains mainly: green. Hex color #1C2718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2718 is #E3D8E7. Grayscale: #222222. Windows color (decimal): -14932200 or 1582876. OLE color: 1582876.

HSL color Cylindrical-coordinate representation of color #1C2718: hue angle of 104º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1C2718 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB283924-
CMYK0.2800.380.85
HSL104º23.81%12.35%-
HSV(B)104º38.46%15.29%-
XYZ1.371.761.13-
YUV34122.36123.72-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.77%
GREEN value IS 39 (15.62% from 255) = 42.86%
BLUE value IS 24 (9.77% from 255) = 26.37%
R=30.77%
G=42.86%
B=26.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2839240.2800.380.8510423.8112.35
Hex1C27181C026556818c
Octal344730340461251503014
Binary111001001111100011100010011010101011101000110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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