Html Css Color HEX #211D1C Nero

📋 copy color: '#211D1C'

red 33 ◦ green 29 ◦ blue 28

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

Shades of Nero #211D1C

Tints of Nero #211D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 31.11%

R = 36.67%
G = 32.22%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#211D1C (or 0x211D1C) is known color: Nero. HEX triplet: 21, 1D and 1C. RGB value is (33,29,28). Sum of RGB (Red+Green+Blue) = 33+29+28=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 33 - color contains mainly: red. Hex color #211D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D1C is #DEE2E3. Grayscale: #1E1E1E. Windows color (decimal): -14607076 or 1842465. OLE color: 1842465.

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

Color convert

RGB 33 29 28 -
CMYK 0 0.12 0.15 0.87
HSL 12º 0.08% 0.12% -
HSV(B) 12º 0.15% 0.13% -
XYZ 1.28 1.29 1.28 -
YUV 30.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 33 29 28 0 0.12 0.15 0.87 12 0.08 0.12
Hex 21 1D 1C 0 C F 57 C 8 C
Octal 41 35 34 0 14 17 127 14 10 14
Binary 100001 11101 11100 0 1100 1111 1010111 1100 1000 1100

Color Harmonies of #211D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211D1C

Black with #211D1C

Text Example


Text Example

White with #211D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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