#20271D

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

Shades of Black Forest #20271D

Tints of Black Forest #20271D

Color information

#20271D (or 0x20271D) is unknown color: approx Black Forest. HEX triplet: 20, 27 and 1D. RGB value is (32,39,29). Sum of RGB (Red+Green+Blue) = 32+39+29=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 39 (15.62% from 255 or 39% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 39 - color contains mainly: green. Hex color #20271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20271D is #DFD8E2. Grayscale: #232323. Windows color (decimal): -14670051 or 1910560. OLE color: 1910560.

HSL color Cylindrical-coordinate representation of color #20271D: hue angle of 102º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #20271D is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB323929-
CMYK0.1800.260.85
HSL102º14.71%13.33%-
HSV(B)102º25.64%15.29%-
XYZ1.541.851.44-
YUV35.77124.18125.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32%
GREEN value IS 39 (15.62% from 255) = 39%
BLUE value IS 29 (11.72% from 255) = 29%
R=32%
G=39%
B=29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3239290.1800.260.8510214.7113.33
Hex20271D1201A5566fd
Octal404735220321251461715
Binary10000010011111101100100110101010101110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20271D; }

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

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

<style>
 a { background-color: #20271D; }

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

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

<style>
 span { border-color: #20271D; }

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

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