#213117

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

Shades of Black Forest #213117

Tints of Black Forest #213117

Color information

#213117 (or 0x213117) is unknown color: approx Black Forest. HEX triplet: 21, 31 and 17. RGB value is (33,49,23). Sum of RGB (Red+Green+Blue) = 33+49+23=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #213117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213117 is #DECEE8. Grayscale: #292929. Windows color (decimal): -14601961 or 1519905. OLE color: 1519905.

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

Color convert

RGB334923-
CMYK0.3300.530.81
HSL96.92º36.11%14.12%-
HSV(B)96.92º53.06%19.22%-
XYZ1.882.581.21-
YUV41.25117.7122.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.43%
GREEN value IS 49 (19.53% from 255) = 46.67%
BLUE value IS 23 (9.38% from 255) = 21.90%
R=31.43%
G=46.67%
B=21.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3349230.3300.530.8196.9236.1114.12
Hex21311721035516124e
Octal416127410651211414416
Binary100001110001101111000010110101101000111000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213117; }

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

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

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

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

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

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

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

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