#213515

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

Shades of Black Forest #213515

Tints of Black Forest #213515

Color information

#213515 (or 0x213515) is unknown color: approx Black Forest. HEX triplet: 21, 35 and 15. RGB value is (33,53,21). Sum of RGB (Red+Green+Blue) = 33+53+21=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 53 - color contains mainly: green. Hex color #213515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213515 is #DECAEA. Grayscale: #2B2B2B. Windows color (decimal): -14600939 or 1389857. OLE color: 1389857.

HSL color Cylindrical-coordinate representation of color #213515: hue angle of 97.5º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #213515 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB335321-
CMYK0.3800.600.79
HSL97.5º43.24%14.51%-
HSV(B)97.5º60.38%20.78%-
XYZ2.042.921.17-
YUV43.37115.37120.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.84%
GREEN value IS 53 (21.09% from 255) = 49.53%
BLUE value IS 21 (8.59% from 255) = 19.63%
R=30.84%
G=49.53%
B=19.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3353210.3800.600.7997.543.2414.51
Hex2135152603C4F622bf
Octal416525460741171425317
Binary100001110101101011001100111100100111111000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213515; }

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

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

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

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

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

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

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

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