#213813

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

Shades of Black Forest #213813

Tints of Black Forest #213813

Color information

#213813 (or 0x213813) is unknown color: approx Black Forest. HEX triplet: 21, 38 and 13. RGB value is (33,56,19). Sum of RGB (Red+Green+Blue) = 33+56+19=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #213813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213813 is #DEC7EC. Grayscale: #2D2D2D. Windows color (decimal): -14600173 or 1259553. OLE color: 1259553.

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

Color convert

RGB335619-
CMYK0.4100.660.78
HSL97.3º49.33%14.71%-
HSV(B)97.3º66.07%21.96%-
XYZ2.163.21.12-
YUV44.9113.38119.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.56%
GREEN value IS 56 (22.27% from 255) = 51.85%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=30.56%
G=51.85%
B=17.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3356190.4100.660.7897.349.3314.71
Hex213813290424E6131f
Octal4170235101021161416117
Binary1000011110001001110100101000010100111011000011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213813; }

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

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

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

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

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

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

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

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