#213915

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

Shades of Black Forest #213915

Tints of Black Forest #213915

Color information

#213915 (or 0x213915) is unknown color: approx Black Forest. HEX triplet: 21, 39 and 15. RGB value is (33,57,21). Sum of RGB (Red+Green+Blue) = 33+57+21=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 57 (22.66% from 255 or 51.35% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 57 - color contains mainly: green. Hex color #213915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213915 is #DEC6EA. Grayscale: #2D2D2D. Windows color (decimal): -14599915 or 1390881. OLE color: 1390881.

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

Color convert

RGB335721-
CMYK0.4200.630.78
HSL100º46.15%15.29%-
HSV(B)100º63.16%22.35%-
XYZ2.233.31.23-
YUV45.72114.05118.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.73%
GREEN value IS 57 (22.66% from 255) = 51.35%
BLUE value IS 21 (8.59% from 255) = 18.92%
R=29.73%
G=51.35%
B=18.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3357210.4200.630.7810046.1515.29
Hex2139152A03F4E642ef
Octal417125520771161445617
Binary100001111001101011010100111111100111011001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213915; }

 p { color: rgb(33,57,21); }

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

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

 a { background-color: rgb(33,57,21); }

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

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

 span { border-color: rgb(33,57,21); }

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