Html Css Color HEX #213714 Black Forest

📋 copy color: '#213714'

red 33 ◦ green 55 ◦ blue 20

#213714
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #213714

Tints of Black Forest #213714

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.2% from 255) = 18.52%

R = 30.56%
G = 50.93%
B = 18.52%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#213714 (or 0x213714) is known color: 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

RGB 33 55 20 -
CMYK 0.4 0 0.64 0.78
HSL 97.71º 0.47% 0.15% -
HSV(B) 97.71º 0.64% 0.22% -
XYZ 2.12 3.11 1.15 -
YUV 44.43 114.21 119.85 -
System Red Green Blue C M Y K H S L
Decimal 33 55 20 0.4 0 0.64 0.78 97.71 0.47 0.15
Hex 21 37 14 28 0 40 4E 62 2F F
Octal 41 67 24 50 0 100 116 142 57 17
Binary 100001 110111 10100 101000 0 1000000 1001110 1100010 101111 1111

Color Harmonies of #213714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213714

Black with #213714

Text Example


Text Example

White with #213714

Text Example


Text Example

HTML Codes & Css Web 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>