#213A13

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

Shades of Black Forest #213A13

Tints of Black Forest #213A13

Color information

#213A13 (or 0x213A13) is unknown color: approx Black Forest. HEX triplet: 21, 3A and 13. RGB value is (33,58,19). Sum of RGB (Red+Green+Blue) = 33+58+19=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 58 (23.05% from 255 or 52.73% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 58 - color contains mainly: green. Hex color #213A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213A13 is #DEC5EC. Grayscale: #2E2E2E. Windows color (decimal): -14599661 or 1260065. OLE color: 1260065.

HSL color Cylindrical-coordinate representation of color #213A13: hue angle of 98.46º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #213A13 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.

Color convert

RGB335819-
CMYK0.4300.670.77
HSL98.46º50.65%15.1%-
HSV(B)98.46º67.24%22.75%-
XYZ2.263.41.15-
YUV46.08112.72118.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30%
GREEN value IS 58 (23.05% from 255) = 52.73%
BLUE value IS 19 (7.81% from 255) = 17.27%
R=30%
G=52.73%
B=17.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3358190.4300.670.7798.4650.6515.1
Hex213A132B0434D6233f
Octal4172235301031151426317
Binary1000011110101001110101101000011100110111000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213A13; }

 p { color: rgb(33,58,19); }

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

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

 a { background-color: rgb(33,58,19); }

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

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

 span { border-color: rgb(33,58,19); }

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