#213115

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

Shades of Black Forest #213115

Tints of Black Forest #213115

Color information

#213115 (or 0x213115) is unknown color: approx Black Forest. HEX triplet: 21, 31 and 15. RGB value is (33,49,21). Sum of RGB (Red+Green+Blue) = 33+49+21=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #213115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213115 is #DECEEA. Grayscale: #292929. Windows color (decimal): -14601963 or 1388833. OLE color: 1388833.

HSL color Cylindrical-coordinate representation of color #213115: hue angle of 94.29º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #213115 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB334921-
CMYK0.3300.570.81
HSL94.29º40%13.73%-
HSV(B)94.29º57.14%19.22%-
XYZ1.862.571.11-
YUV41.02116.7122.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.04%
GREEN value IS 49 (19.53% from 255) = 47.57%
BLUE value IS 21 (8.59% from 255) = 20.39%
R=32.04%
G=47.57%
B=20.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3349210.3300.570.8194.294013.73
Hex21311521039515e28e
Octal416125410711211365016
Binary100001110001101011000010111001101000110111101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213115; }

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

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

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

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

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

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

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

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