Html Css Color HEX #211F1F Nero

📋 copy color: '#211F1F'

red 33 ◦ green 31 ◦ blue 31

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

Shades of Nero #211F1F

Tints of Nero #211F1F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 32.63%

 BLUE value IS 31 (12.5% from 255) = 32.63%

R = 34.74%
G = 32.63%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#211F1F (or 0x211F1F) is known color: Nero. HEX triplet: 21, 1F and 1F. RGB value is (33,31,31). Sum of RGB (Red+Green+Blue) = 33+31+31=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 33 - color contains mainly: red. Hex color #211F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F1F is #DEE0E0. Grayscale: #1F1F1F. Windows color (decimal): -14606561 or 2039585. OLE color: 2039585.

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

Color convert

RGB 33 31 31 -
CMYK 0 0.06 0.06 0.87
HSL 0.03% 0.13% -
HSV(B) 0.06% 0.13% -
XYZ 1.36 1.4 1.5 -
YUV 31.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 33 31 31 0 0.06 0.06 0.87 0 0.03 0.13
Hex 21 1F 1F 0 6 6 57 0 3 D
Octal 41 37 37 0 6 6 127 0 3 15
Binary 100001 11111 11111 0 110 110 1010111 0 11 1101

Color Harmonies of #211F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211F1F

Black with #211F1F

Text Example


Text Example

White with #211F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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