Html Css Color HEX #213219 Black Forest

📋 copy color: '#213219'

red 33 ◦ green 50 ◦ blue 25

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

Shades of Black Forest #213219

Tints of Black Forest #213219

RGB

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

 GREEN value IS 50 (19.92% from 255) = 46.3%

 BLUE value IS 25 (10.16% from 255) = 23.15%

R = 30.56%
G = 46.3%
B = 23.15%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#213219 (or 0x213219) is known color: Black Forest. HEX triplet: 21, 32 and 19. RGB value is (33,50,25). Sum of RGB (Red+Green+Blue) = 33+50+25=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #213219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213219 is #DECDE6. Grayscale: #2A2A2A. Windows color (decimal): -14601703 or 1651233. OLE color: 1651233.

HSL color Cylindrical-coordinate representation of color #213219: hue angle of 100.8º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #213219 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 50 25 -
CMYK 0.34 0 0.50 0.80
HSL 100.8º 0.33% 0.15% -
HSV(B) 100.8º 0.5% 0.2% -
XYZ 1.94 2.67 1.33 -
YUV 42.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 33 50 25 0.34 0 0.50 0.80 100.8 0.33 0.15
Hex 21 32 19 22 0 32 50 65 21 F
Octal 41 62 31 42 0 62 120 145 41 17
Binary 100001 110010 11001 100010 0 110010 1010000 1100101 100001 1111

Color Harmonies of #213219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213219

Black with #213219

Text Example


Text Example

White with #213219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213219; }

 p { color: rgb(33,50,25); }

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

background-color css

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

 a { background-color: rgb(33,50,25); }

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

border-color css

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

 span { border-color: rgb(33,50,25); }

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