Html Css Color HEX #292221 Nero

📋 copy color: '#292221'

red 41 ◦ green 34 ◦ blue 33

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

Shades of Nero #292221

Tints of Nero #292221

RGB

 RED value IS 41 (16.41% from 255) = 37.96%

 GREEN value IS 34 (13.67% from 255) = 31.48%

 BLUE value IS 33 (13.28% from 255) = 30.56%

R = 37.96%
G = 31.48%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#292221 (or 0x292221) is known color: Nero. HEX triplet: 29, 22 and 21. RGB value is (41,34,33). Sum of RGB (Red+Green+Blue) = 41+34+33=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 41 - color contains mainly: red. Hex color #292221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292221 is #D6DDDE. Grayscale: #232323. Windows color (decimal): -14081503 or 2171433. OLE color: 2171433.

HSL color Cylindrical-coordinate representation of color #292221: hue angle of 7.5º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #292221 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 34 33 -
CMYK 0 0.17 0.20 0.84
HSL 7.5º 0.11% 0.15% -
HSV(B) 7.5º 0.2% 0.16% -
XYZ 1.76 1.73 1.68 -
YUV 35.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 41 34 33 0 0.17 0.20 0.84 7.5 0.11 0.15
Hex 29 22 21 0 11 14 54 8 B F
Octal 51 42 41 0 21 24 124 10 13 17
Binary 101001 100010 100001 0 10001 10100 1010100 1000 1011 1111

Color Harmonies of #292221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292221

Black with #292221

Text Example


Text Example

White with #292221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292221; }

 p { color: rgb(41,34,33); }

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

background-color css

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

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

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

border-color css

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

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

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