#1D201C

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

Shades of Black Forest #1D201C

Tints of Black Forest #1D201C

Color information

#1D201C (or 0x1D201C) is unknown color: approx Black Forest. HEX triplet: 1D, 20 and 1C. RGB value is (29,32,28). Sum of RGB (Red+Green+Blue) = 29+32+28=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 32 - color contains mainly: green. Hex color #1D201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D201C is #E2DFE3. Grayscale: #1E1E1E. Windows color (decimal): -14868452 or 1843229. OLE color: 1843229.

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

Color convert

RGB293228-
CMYK0.0900.120.87
HSL105º6.67%11.76%-
HSV(B)105º12.5%12.55%-
XYZ1.231.381.3-
YUV30.65126.51126.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.58%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 28 (11.33% from 255) = 31.46%
R=32.58%
G=35.96%
B=31.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2932280.0900.120.871056.6711.76
Hex1D201C90C57697c
Octal35403411014127151714
Binary1110110000011100100101100101011111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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