Html Css Color HEX #292525 Nero

📋 copy color: '#292525'

red 41 ◦ green 37 ◦ blue 37

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

Shades of Nero #292525

Tints of Nero #292525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 32.17%

 BLUE value IS 37 (14.84% from 255) = 32.17%

R = 35.65%
G = 32.17%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#292525 (or 0x292525) is known color: Nero. HEX triplet: 29, 25 and 25. RGB value is (41,37,37). Sum of RGB (Red+Green+Blue) = 41+37+37=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 41 - color contains mainly: red. Hex color #292525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292525 is #D6DADA. Grayscale: #262626. Windows color (decimal): -14080731 or 2434345. OLE color: 2434345.

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

Color convert

RGB 41 37 37 -
CMYK 0 0.10 0.10 0.84
HSL 0.05% 0.15% -
HSV(B) 0.1% 0.16% -
XYZ 1.91 1.93 2.02 -
YUV 38.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 41 37 37 0 0.10 0.10 0.84 0 0.05 0.15
Hex 29 25 25 0 A A 54 0 5 F
Octal 51 45 45 0 12 12 124 0 5 17
Binary 101001 100101 100101 0 1010 1010 1010100 0 101 1111

Color Harmonies of #292525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292525

Black with #292525

Text Example


Text Example

White with #292525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292525; }

 p { color: rgb(41,37,37); }

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

background-color css

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

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

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

border-color css

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

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

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