#213A0F

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

Shades of Black Forest #213A0F

Tints of Black Forest #213A0F

Color information

#213A0F (or 0x213A0F) is unknown color: approx Black Forest. HEX triplet: 21, 3A and 0F. RGB value is (33,58,15). Sum of RGB (Red+Green+Blue) = 33+58+15=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 58 (23.05% from 255 or 54.72% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 58 - color contains mainly: green. Hex color #213A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213A0F is #DEC5F0. Grayscale: #2D2D2D. Windows color (decimal): -14599665 or 997921. OLE color: 997921.

HSL color Cylindrical-coordinate representation of color #213A0F: hue angle of 94.88º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #213A0F is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.77.

Color convert

RGB335815-
CMYK0.4300.740.77
HSL94.88º58.9%14.31%-
HSV(B)94.88º74.14%22.75%-
XYZ2.233.380.99-
YUV45.62110.72119-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.13%
GREEN value IS 58 (23.05% from 255) = 54.72%
BLUE value IS 15 (6.25% from 255) = 14.15%
R=31.13%
G=54.72%
B=14.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3358150.4300.740.7794.8858.914.31
Hex213AF2B04A4D5f3be
Octal4172175301121151377316
Binary100001111010111110101101001010100110110111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,58,15); }

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

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

 a { background-color: rgb(33,58,15); }

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

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

 span { border-color: rgb(33,58,15); }

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