Html Css Color HEX #212320 Black Forest

📋 copy color: '#212320'

red 33 ◦ green 35 ◦ blue 32

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

Shades of Black Forest #212320

Tints of Black Forest #212320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 35%

 BLUE value IS 32 (12.89% from 255) = 32%

R = 33%
G = 35%
B = 32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#212320 (or 0x212320) is known color: Black Forest. HEX triplet: 21, 23 and 20. RGB value is (33,35,32). Sum of RGB (Red+Green+Blue) = 33+35+32=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 35 - color contains mainly: green. Hex color #212320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212320 is #DEDCDF. Grayscale: #222222. Windows color (decimal): -14605536 or 2106145. OLE color: 2106145.

HSL color Cylindrical-coordinate representation of color #212320: hue angle of 100º degrees, saturation: 0.04, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #212320 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB 33 35 32 -
CMYK 0.06 0 0.09 0.86
HSL 100º 0.04% 0.13% -
HSV(B) 100º 0.09% 0.14% -
XYZ 1.49 1.63 1.6 -
YUV 34.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 33 35 32 0.06 0 0.09 0.86 100 0.04 0.13
Hex 21 23 20 6 0 9 56 64 4 D
Octal 41 43 40 6 0 11 126 144 4 15
Binary 100001 100011 100000 110 0 1001 1010110 1100100 100 1101

Color Harmonies of #212320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212320

Black with #212320

Text Example


Text Example

White with #212320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212320; }

 p { color: rgb(33,35,32); }

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

background-color css

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

 a { background-color: rgb(33,35,32); }

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

border-color css

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

 span { border-color: rgb(33,35,32); }

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