Html Css Color HEX #2E2120 Nero

📋 copy color: '#2E2120'

red 46 ◦ green 33 ◦ blue 32

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

Shades of Nero #2E2120

Tints of Nero #2E2120

RGB

 RED value IS 46 (18.36% from 255) = 41.44%

 GREEN value IS 33 (13.28% from 255) = 29.73%

 BLUE value IS 32 (12.89% from 255) = 28.83%

R = 41.44%
G = 29.73%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.82

RGB Variations

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

Color information

#2E2120 (or 0x2E2120) is known color: Nero. HEX triplet: 2E, 21 and 20. RGB value is (46,33,32). Sum of RGB (Red+Green+Blue) = 46+33+32=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2120 is #D1DEDF. Grayscale: #242424. Windows color (decimal): -13754080 or 2105646. OLE color: 2105646.

HSL color Cylindrical-coordinate representation of color #2E2120: hue angle of 4.29º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E2120 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 33 32 -
CMYK 0 0.28 0.30 0.82
HSL 4.29º 0.18% 0.15% -
HSV(B) 4.29º 0.3% 0.18% -
XYZ 1.93 1.77 1.61 -
YUV 36.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 46 33 32 0 0.28 0.30 0.82 4.29 0.18 0.15
Hex 2E 21 20 0 1C 1E 52 4 12 F
Octal 56 41 40 0 34 36 122 4 22 17
Binary 101110 100001 100000 0 11100 11110 1010010 100 10010 1111

Color Harmonies of #2E2120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2120

Black with #2E2120

Text Example


Text Example

White with #2E2120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E2120; }

 p { color: rgb(46,33,32); }

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

background-color css

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

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

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

border-color css

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

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

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