#213F0B

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

Shades of Black Forest #213F0B

Tints of Black Forest #213F0B

Color information

#213F0B (or 0x213F0B) is unknown color: approx Black Forest. HEX triplet: 21, 3F and 0B. RGB value is (33,63,11). Sum of RGB (Red+Green+Blue) = 33+63+11=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 63 (25% from 255 or 58.88% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 63 - color contains mainly: green. Hex color #213F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213F0B is #DEC0F4. Grayscale: #303030. Windows color (decimal): -14598389 or 737057. OLE color: 737057.

HSL color Cylindrical-coordinate representation of color #213F0B: hue angle of 94.62º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #213F0B is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB336311-
CMYK0.4800.830.75
HSL94.62º70.27%14.51%-
HSV(B)94.62º82.54%24.71%-
XYZ2.473.90.94-
YUV48.1107.06117.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.84%
GREEN value IS 63 (25% from 255) = 58.88%
BLUE value IS 11 (4.69% from 255) = 10.28%
R=30.84%
G=58.88%
B=10.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3363110.4800.830.7594.6270.2714.51
Hex213FB300534B5f46f
Octal41771360012311313710617
Binary1000011111111011110000010100111001011101111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,63,11); }

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

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

 a { background-color: rgb(33,63,11); }

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

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

 span { border-color: rgb(33,63,11); }

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