Html Css Color HEX #211D16 Black Magic

📋 copy color: '#211D16'

red 33 ◦ green 29 ◦ blue 22

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

Shades of Black Magic #211D16

Tints of Black Magic #211D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 34.52%

 BLUE value IS 22 (8.98% from 255) = 26.19%

R = 39.29%
G = 34.52%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.87

RGB Variations

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

Color information

#211D16 (or 0x211D16) is known color: Black Magic. HEX triplet: 21, 1D and 16. RGB value is (33,29,22). Sum of RGB (Red+Green+Blue) = 33+29+22=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 33 - color contains mainly: red. Hex color #211D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211D16 is #DEE2E9. Grayscale: #1D1D1D. Windows color (decimal): -14607082 or 1449249. OLE color: 1449249.

HSL color Cylindrical-coordinate representation of color #211D16: hue angle of 38.18º degrees, saturation: 0.2, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #211D16 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 29 22 -
CMYK 0 0.12 0.33 0.87
HSL 38.18º 0.2% 0.11% -
HSV(B) 38.18º 0.33% 0.13% -
XYZ 1.21 1.26 0.94 -
YUV 29.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 33 29 22 0 0.12 0.33 0.87 38.18 0.2 0.11
Hex 21 1D 16 0 C 21 57 26 14 B
Octal 41 35 26 0 14 41 127 46 24 13
Binary 100001 11101 10110 0 1100 100001 1010111 100110 10100 1011

Color Harmonies of #211D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211D16

Black with #211D16

Text Example


Text Example

White with #211D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211D16; }

 p { color: rgb(33,29,22); }

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

background-color css

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

 a { background-color: rgb(33,29,22); }

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

border-color css

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

 span { border-color: rgb(33,29,22); }

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