#20251E

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

Shades of Black Forest #20251E

Tints of Black Forest #20251E

Color information

#20251E (or 0x20251E) is unknown color: approx Black Forest. HEX triplet: 20, 25 and 1E. RGB value is (32,37,30). Sum of RGB (Red+Green+Blue) = 32+37+30=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 37 - color contains mainly: green. Hex color #20251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20251E is #DFDAE1. Grayscale: #222222. Windows color (decimal): -14670562 or 1975584. OLE color: 1975584.

HSL color Cylindrical-coordinate representation of color #20251E: hue angle of 102.86º degrees, saturation: 0.1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #20251E is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB323730-
CMYK0.1400.190.85
HSL102.86º10.45%13.14%-
HSV(B)102.86º18.92%14.51%-
XYZ1.491.721.48-
YUV34.71125.34126.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.32%
GREEN value IS 37 (14.84% from 255) = 37.37%
BLUE value IS 30 (12.11% from 255) = 30.30%
R=32.32%
G=37.37%
B=30.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3237300.1400.190.85102.8610.4513.14
Hex20251EE0135567ad
Octal404536160231251471215
Binary1000001001011111011100100111010101110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20251E; }

 p { color: rgb(32,37,30); }

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

<style>
 a { background-color: #20251E; }

 a { background-color: rgb(32,37,30); }

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

<style>
 span { border-color: #20251E; }

 span { border-color: rgb(32,37,30); }

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