#1C201B

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

Shades of Black Forest #1C201B

Tints of Black Forest #1C201B

Color information

#1C201B (or 0x1C201B) is unknown color: approx Black Forest. HEX triplet: 1C, 20 and 1B. RGB value is (28,32,27). Sum of RGB (Red+Green+Blue) = 28+32+27=87 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.18% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 32 - color contains mainly: green. Hex color #1C201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C201B is #E3DFE4. Grayscale: #1E1E1E. Windows color (decimal): -14933989 or 1777692. OLE color: 1777692.

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

Color convert

RGB283227-
CMYK0.1200.160.87
HSL108º8.47%11.57%-
HSV(B)108º15.62%12.55%-
XYZ1.191.361.24-
YUV30.23126.17126.41-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 32.18%
GREEN value IS 32 (12.89% from 255) = 36.78%
BLUE value IS 27 (10.94% from 255) = 31.03%
R=32.18%
G=36.78%
B=31.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2832270.1200.160.871088.4711.57
Hex1C201BC010576c8c
Octal344033140201271541014
Binary111001000001101111000100001010111110110010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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