#213810

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

Shades of Black Forest #213810

Tints of Black Forest #213810

Color information

#213810 (or 0x213810) is unknown color: approx Black Forest. HEX triplet: 21, 38 and 10. RGB value is (33,56,16). Sum of RGB (Red+Green+Blue) = 33+56+16=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #213810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213810 is #DEC7EF. Grayscale: #2C2C2C. Windows color (decimal): -14600176 or 1062945. OLE color: 1062945.

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

Color convert

RGB335616-
CMYK0.4100.710.78
HSL94.5º55.56%14.12%-
HSV(B)94.5º71.43%21.96%-
XYZ2.133.190.99-
YUV44.56111.88119.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.43%
GREEN value IS 56 (22.27% from 255) = 53.33%
BLUE value IS 16 (6.64% from 255) = 15.24%
R=31.43%
G=53.33%
B=15.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3356160.4100.710.7894.555.5614.12
Hex213810290474E5e38e
Octal4170205101071161367016
Binary1000011110001000010100101000111100111010111101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213810; }

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

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

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

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

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

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

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

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