#213118

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

Shades of Black Forest #213118

Tints of Black Forest #213118

Color information

#213118 (or 0x213118) is unknown color: approx Black Forest. HEX triplet: 21, 31 and 18. RGB value is (33,49,24). Sum of RGB (Red+Green+Blue) = 33+49+24=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #213118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213118 is #DECEE7. Grayscale: #292929. Windows color (decimal): -14601960 or 1585441. OLE color: 1585441.

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

Color convert

RGB334924-
CMYK0.3300.510.81
HSL98.4º34.25%14.31%-
HSV(B)98.4º51.02%19.22%-
XYZ1.892.591.26-
YUV41.37118.2122.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.13%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 24 (9.77% from 255) = 22.64%
R=31.13%
G=46.23%
B=22.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3349240.3300.510.8198.434.2514.31
Hex21311821033516222e
Octal416130410631211424216
Binary100001110001110001000010110011101000111000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213118; }

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

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

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

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

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

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

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

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