#1C201A

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

Shades of Black Forest #1C201A

Tints of Black Forest #1C201A

Color information

#1C201A (or 0x1C201A) is unknown color: approx Black Forest. HEX triplet: 1C, 20 and 1A. RGB value is (28,32,26). Sum of RGB (Red+Green+Blue) = 28+32+26=86 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.56% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 32 - color contains mainly: green. Hex color #1C201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C201A is #E3DFE5. Grayscale: #1E1E1E. Windows color (decimal): -14933990 or 1712156. OLE color: 1712156.

HSL color Cylindrical-coordinate representation of color #1C201A: hue angle of 100º degrees, saturation: 0.1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1C201A is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.87.

Color convert

RGB283226-
CMYK0.1200.190.87
HSL100º10.34%11.37%-
HSV(B)100º18.75%12.55%-
XYZ1.181.351.18-
YUV30.12125.67126.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 32.56%
GREEN value IS 32 (12.89% from 255) = 37.21%
BLUE value IS 26 (10.55% from 255) = 30.23%
R=32.56%
G=37.21%
B=30.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2832260.1200.190.8710010.3411.37
Hex1C201AC0135764ab
Octal344032140231271441213
Binary111001000001101011000100111010111110010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,32,26); }

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

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

 a { background-color: rgb(28,32,26); }

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

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

 span { border-color: rgb(28,32,26); }

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