Html Css Color HEX #292828 Nero

📋 copy color: '#292828'

red 41 ◦ green 40 ◦ blue 40

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

Shades of Nero #292828

Tints of Nero #292828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 33.06%

 BLUE value IS 40 (16.02% from 255) = 33.06%

R = 33.88%
G = 33.06%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#292828 (or 0x292828) is known color: Nero. HEX triplet: 29, 28 and 28. RGB value is (41,40,40). Sum of RGB (Red+Green+Blue) = 41+40+40=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 41 - color contains mainly: red. Hex color #292828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292828 is #D6D7D7. Grayscale: #282828. Windows color (decimal): -14079960 or 2631721. OLE color: 2631721.

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

Color convert

RGB 41 40 40 -
CMYK 0 0.02 0.02 0.84
HSL 0.01% 0.16% -
HSV(B) 0.02% 0.16% -
XYZ 2.06 2.14 2.31 -
YUV 40.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 41 40 40 0 0.02 0.02 0.84 0 0.01 0.16
Hex 29 28 28 0 2 2 54 0 1 10
Octal 51 50 50 0 2 2 124 0 1 20
Binary 101001 101000 101000 0 10 10 1010100 0 1 10000

Color Harmonies of #292828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292828

Black with #292828

Text Example


Text Example

White with #292828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292828; }

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

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

background-color css

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

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

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

border-color css

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

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

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