Html Css Color HEX #211D1D Nero

📋 copy color: '#211D1D'

red 33 ◦ green 29 ◦ blue 29

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

Shades of Nero #211D1D

Tints of Nero #211D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 31.87%

R = 36.26%
G = 31.87%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#211D1D (or 0x211D1D) is known color: Nero. HEX triplet: 21, 1D and 1D. RGB value is (33,29,29). Sum of RGB (Red+Green+Blue) = 33+29+29=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 33 - color contains mainly: red. Hex color #211D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D1D is #DEE2E2. Grayscale: #1E1E1E. Windows color (decimal): -14607075 or 1908001. OLE color: 1908001.

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

Color convert

RGB 33 29 29 -
CMYK 0 0.12 0.12 0.87
HSL 0.06% 0.12% -
HSV(B) 0.12% 0.13% -
XYZ 1.29 1.29 1.34 -
YUV 30.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 33 29 29 0 0.12 0.12 0.87 0 0.06 0.12
Hex 21 1D 1D 0 C C 57 0 6 C
Octal 41 35 35 0 14 14 127 0 6 14
Binary 100001 11101 11101 0 1100 1100 1010111 0 110 1100

Color Harmonies of #211D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211D1D

Black with #211D1D

Text Example


Text Example

White with #211D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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