#213314

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

Shades of Black Forest #213314

Tints of Black Forest #213314

Color information

#213314 (or 0x213314) is unknown color: approx Black Forest. HEX triplet: 21, 33 and 14. RGB value is (33,51,20). Sum of RGB (Red+Green+Blue) = 33+51+20=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #213314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213314 is #DECCEB. Grayscale: #2A2A2A. Windows color (decimal): -14601452 or 1323809. OLE color: 1323809.

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

Color convert

RGB335120-
CMYK0.3500.610.8
HSL94.84º43.66%13.92%-
HSV(B)94.84º60.78%20%-
XYZ1.942.741.09-
YUV42.08115.54121.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.73%
GREEN value IS 51 (20.31% from 255) = 49.04%
BLUE value IS 20 (8.20% from 255) = 19.23%
R=31.73%
G=49.04%
B=19.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3351200.3500.610.894.8443.6613.92
Hex2133142303D505f2ce
Octal416324430751201375416
Binary100001110011101001000110111101101000010111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213314; }

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

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

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

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

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

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

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

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