#213714

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

Shades of Black Forest #213714

Tints of Black Forest #213714

Color information

#213714 (or 0x213714) is unknown color: approx Black Forest. HEX triplet: 21, 37 and 14. RGB value is (33,55,20). Sum of RGB (Red+Green+Blue) = 33+55+20=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #213714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213714 is #DEC8EB. Grayscale: #2C2C2C. Windows color (decimal): -14600428 or 1324833. OLE color: 1324833.

HSL color Cylindrical-coordinate representation of color #213714: hue angle of 97.71º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #213714 is Cyan = 0.4, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB335520-
CMYK0.400.640.78
HSL97.71º46.67%14.71%-
HSV(B)97.71º63.64%21.57%-
XYZ2.123.111.15-
YUV44.43114.21119.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.56%
GREEN value IS 55 (21.88% from 255) = 50.93%
BLUE value IS 20 (8.20% from 255) = 18.52%
R=30.56%
G=50.93%
B=18.52%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3355200.400.640.7897.7146.6714.71
Hex213714280404E622ff
Octal4167245001001161425717
Binary1000011101111010010100001000000100111011000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213714; }

 p { color: rgb(33,55,20); }

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

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

 a { background-color: rgb(33,55,20); }

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

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

 span { border-color: rgb(33,55,20); }

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