#213811

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

Shades of Black Forest #213811

Tints of Black Forest #213811

Color information

#213811 (or 0x213811) is unknown color: approx Black Forest. HEX triplet: 21, 38 and 11. RGB value is (33,56,17). Sum of RGB (Red+Green+Blue) = 33+56+17=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 56 (22.27% from 255 or 52.83% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 56 - color contains mainly: green. Hex color #213811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213811 is #DEC7EE. Grayscale: #2C2C2C. Windows color (decimal): -14600175 or 1128481. OLE color: 1128481.

HSL color Cylindrical-coordinate representation of color #213811: hue angle of 95.38º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #213811 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB335617-
CMYK0.4100.700.78
HSL95.38º53.42%14.31%-
HSV(B)95.38º69.64%21.96%-
XYZ2.143.191.03-
YUV44.68112.38119.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.13%
GREEN value IS 56 (22.27% from 255) = 52.83%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=31.13%
G=52.83%
B=16.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3356170.4100.700.7895.3853.4214.31
Hex213811290464E5f35e
Octal4170215101061161376516
Binary1000011110001000110100101000110100111010111111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213811; }

 p { color: rgb(33,56,17); }

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

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

 a { background-color: rgb(33,56,17); }

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

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

 span { border-color: rgb(33,56,17); }

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