#213317

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

Shades of Black Forest #213317

Tints of Black Forest #213317

Color information

#213317 (or 0x213317) is unknown color: approx Black Forest. HEX triplet: 21, 33 and 17. RGB value is (33,51,23). Sum of RGB (Red+Green+Blue) = 33+51+23=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #213317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213317 is #DECCE8. Grayscale: #2A2A2A. Windows color (decimal): -14601449 or 1520417. OLE color: 1520417.

HSL color Cylindrical-coordinate representation of color #213317: hue angle of 98.57º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #213317 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.8.

Color convert

RGB335123-
CMYK0.3500.550.8
HSL98.57º37.84%14.51%-
HSV(B)98.57º54.9%20%-
XYZ1.972.751.24-
YUV42.43117.04121.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.84%
GREEN value IS 51 (20.31% from 255) = 47.66%
BLUE value IS 23 (9.38% from 255) = 21.50%
R=30.84%
G=47.66%
B=21.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3351230.3500.550.898.5737.8414.51
Hex21331723037506326f
Octal416327430671201434617
Binary100001110011101111000110110111101000011000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213317; }

 p { color: rgb(33,51,23); }

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

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

 a { background-color: rgb(33,51,23); }

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

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

 span { border-color: rgb(33,51,23); }

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