Html Css Color HEX #213117 Black Forest

📋 copy color: '#213117'

red 33 ◦ green 49 ◦ blue 23

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

Shades of Black Forest #213117

Tints of Black Forest #213117

RGB

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

 GREEN value IS 49 (19.53% from 255) = 46.67%

 BLUE value IS 23 (9.38% from 255) = 21.9%

R = 31.43%
G = 46.67%
B = 21.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#213117 (or 0x213117) is known color: Black Forest. HEX triplet: 21, 31 and 17. RGB value is (33,49,23). Sum of RGB (Red+Green+Blue) = 33+49+23=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #213117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213117 is #DECEE8. Grayscale: #292929. Windows color (decimal): -14601961 or 1519905. OLE color: 1519905.

HSL color Cylindrical-coordinate representation of color #213117: hue angle of 96.92º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #213117 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 49 23 -
CMYK 0.33 0 0.53 0.81
HSL 96.92º 0.36% 0.14% -
HSV(B) 96.92º 0.53% 0.19% -
XYZ 1.88 2.58 1.21 -
YUV 41.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 33 49 23 0.33 0 0.53 0.81 96.92 0.36 0.14
Hex 21 31 17 21 0 35 51 61 24 E
Octal 41 61 27 41 0 65 121 141 44 16
Binary 100001 110001 10111 100001 0 110101 1010001 1100001 100100 1110

Color Harmonies of #213117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213117

Black with #213117

Text Example


Text Example

White with #213117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213117; }

 p { color: rgb(33,49,23); }

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

background-color css

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

 a { background-color: rgb(33,49,23); }

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

border-color css

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

 span { border-color: rgb(33,49,23); }

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