#213B10

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

Shades of Black Forest #213B10

Tints of Black Forest #213B10

Color information

#213B10 (or 0x213B10) is unknown color: approx Black Forest. HEX triplet: 21, 3B and 10. RGB value is (33,59,16). Sum of RGB (Red+Green+Blue) = 33+59+16=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 59 (23.44% from 255 or 54.63% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 59 - color contains mainly: green. Hex color #213B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213B10 is #DEC4EF. Grayscale: #2E2E2E. Windows color (decimal): -14599408 or 1063713. OLE color: 1063713.

HSL color Cylindrical-coordinate representation of color #213B10: hue angle of 96.28º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #213B10 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.77.

Color convert

RGB335916-
CMYK0.4400.730.77
HSL96.28º57.33%14.71%-
HSV(B)96.28º72.88%23.14%-
XYZ2.283.491.04-
YUV46.32110.89118.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.56%
GREEN value IS 59 (23.44% from 255) = 54.63%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=30.56%
G=54.63%
B=14.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3359160.4400.730.7796.2857.3314.71
Hex213B102C0494D6039f
Octal4173205401111151407117
Binary1000011110111000010110001001001100110111000001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213B10; }

 p { color: rgb(33,59,16); }

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

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

 a { background-color: rgb(33,59,16); }

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

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

 span { border-color: rgb(33,59,16); }

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