#213318

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

Shades of Black Forest #213318

Tints of Black Forest #213318

Color information

#213318 (or 0x213318) is unknown color: approx Black Forest. HEX triplet: 21, 33 and 18. RGB value is (33,51,24). Sum of RGB (Red+Green+Blue) = 33+51+24=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #213318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213318 is #DECCE7. Grayscale: #2A2A2A. Windows color (decimal): -14601448 or 1585953. OLE color: 1585953.

HSL color Cylindrical-coordinate representation of color #213318: hue angle of 100º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #213318 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB335124-
CMYK0.3500.530.8
HSL100º36%14.71%-
HSV(B)100º52.94%20%-
XYZ1.982.761.29-
YUV42.54117.54121.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.56%
GREEN value IS 51 (20.31% from 255) = 47.22%
BLUE value IS 24 (9.77% from 255) = 22.22%
R=30.56%
G=47.22%
B=22.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3351240.3500.530.81003614.71
Hex21331823035506424f
Octal416330430651201444417
Binary100001110011110001000110110101101000011001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213318; }

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

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

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

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

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

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

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

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