#21311B

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

Shades of Black Forest #21311B

Tints of Black Forest #21311B

Color information

#21311B (or 0x21311B) is unknown color: approx Black Forest. HEX triplet: 21, 31 and 1B. RGB value is (33,49,27). Sum of RGB (Red+Green+Blue) = 33+49+27=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #21311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21311B is #DECEE4. Grayscale: #292929. Windows color (decimal): -14601957 or 1782049. OLE color: 1782049.

HSL color Cylindrical-coordinate representation of color #21311B: hue angle of 103.64º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #21311B is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB334927-
CMYK0.3300.450.81
HSL103.64º28.95%14.9%-
HSV(B)103.64º44.9%19.22%-
XYZ1.922.61.44-
YUV41.71119.7121.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.28%
GREEN value IS 49 (19.53% from 255) = 44.95%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=30.28%
G=44.95%
B=24.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3349270.3300.450.81103.6428.9514.9
Hex21311B2102D51681df
Octal416133410551211503517
Binary10000111000111011100001010110110100011101000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21311B; }

 p { color: rgb(33,49,27); }

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

<style>
 a { background-color: #21311B; }

 a { background-color: rgb(33,49,27); }

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

<style>
 span { border-color: #21311B; }

 span { border-color: rgb(33,49,27); }

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