Html Css Color HEX #221F1F Nero

📋 copy color: '#221F1F'

red 34 ◦ green 31 ◦ blue 31

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

Shades of Nero #221F1F

Tints of Nero #221F1F

RGB

 RED value IS 34 (13.67% from 255) = 35.42%

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

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

R = 35.42%
G = 32.29%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#221F1F (or 0x221F1F) is known color: Nero. HEX triplet: 22, 1F and 1F. RGB value is (34,31,31). Sum of RGB (Red+Green+Blue) = 34+31+31=96 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.42% from 96); Green value is 31 (12.5% from 255 or 32.29% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 34 - color contains mainly: red. Hex color #221F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221F1F is #DDE0E0. Grayscale: #1F1F1F. Windows color (decimal): -14541025 or 2039586. OLE color: 2039586.

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

Color convert

RGB 34 31 31 -
CMYK 0 0.09 0.09 0.87
HSL 0.05% 0.13% -
HSV(B) 0.09% 0.13% -
XYZ 1.4 1.42 1.5 -
YUV 31.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 34 31 31 0 0.09 0.09 0.87 0 0.05 0.13
Hex 22 1F 1F 0 9 9 57 0 5 D
Octal 42 37 37 0 11 11 127 0 5 15
Binary 100010 11111 11111 0 1001 1001 1010111 0 101 1101

Color Harmonies of #221F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221F1F

Black with #221F1F

Text Example


Text Example

White with #221F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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