Html Css Color HEX #213713 Black Forest

📋 copy color: '#213713'

red 33 ◦ green 55 ◦ blue 19

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

Shades of Black Forest #213713

Tints of Black Forest #213713

RGB

 RED value IS 33 (13.28% from 255) = 30.84%

 GREEN value IS 55 (21.88% from 255) = 51.4%

 BLUE value IS 19 (7.81% from 255) = 17.76%

R = 30.84%
G = 51.4%
B = 17.76%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#213713 (or 0x213713) is known color: Black Forest. HEX triplet: 21, 37 and 13. RGB value is (33,55,19). Sum of RGB (Red+Green+Blue) = 33+55+19=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 55 (21.88% from 255 or 51.40% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 55 - color contains mainly: green. Hex color #213713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213713 is #DEC8EC. Grayscale: #2C2C2C. Windows color (decimal): -14600429 or 1259297. OLE color: 1259297.

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

Color convert

RGB 33 55 19 -
CMYK 0.4 0 0.65 0.78
HSL 96.67º 0.49% 0.15% -
HSV(B) 96.67º 0.65% 0.22% -
XYZ 2.11 3.1 1.1 -
YUV 44.32 113.71 119.93 -
System Red Green Blue C M Y K H S L
Decimal 33 55 19 0.4 0 0.65 0.78 96.67 0.49 0.15
Hex 21 37 13 28 0 41 4E 61 31 F
Octal 41 67 23 50 0 101 116 141 61 17
Binary 100001 110111 10011 101000 0 1000001 1001110 1100001 110001 1111

Color Harmonies of #213713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213713

Black with #213713

Text Example


Text Example

White with #213713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213713; }

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

 H1.HeaderClassName
 {
   color: #213713;
 }
 .AnyTagClassName
 {
   color: #213713;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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