#213319

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

Shades of Black Forest #213319

Tints of Black Forest #213319

Color information

#213319 (or 0x213319) is unknown color: approx Black Forest. HEX triplet: 21, 33 and 19. RGB value is (33,51,25). Sum of RGB (Red+Green+Blue) = 33+51+25=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #213319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213319 is #DECCE6. Grayscale: #2A2A2A. Windows color (decimal): -14601447 or 1651489. OLE color: 1651489.

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

Color convert

RGB335125-
CMYK0.3500.510.8
HSL101.54º34.21%14.9%-
HSV(B)101.54º50.98%20%-
XYZ1.992.761.35-
YUV42.65118.04121.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.28%
GREEN value IS 51 (20.31% from 255) = 46.79%
BLUE value IS 25 (10.16% from 255) = 22.94%
R=30.28%
G=46.79%
B=22.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3351250.3500.510.8101.5434.2114.9
Hex21331923033506622f
Octal416331430631201464217
Binary100001110011110011000110110011101000011001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213319; }

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

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

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

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

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

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

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

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