Html Css Color HEX #2E2429 Toledo

📋 copy color: '#2E2429'

red 46 ◦ green 36 ◦ blue 41

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

Shades of Toledo #2E2429

Tints of Toledo #2E2429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.27%

 BLUE value IS 41 (16.41% from 255) = 33.33%

R = 37.4%
G = 29.27%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.82

RGB Variations

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

Color information

#2E2429 (or 0x2E2429) is known color: Toledo. HEX triplet: 2E, 24 and 29. RGB value is (46,36,41). Sum of RGB (Red+Green+Blue) = 46+36+41=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2429 is #D1DBD6. Grayscale: #272727. Windows color (decimal): -13753303 or 2696238. OLE color: 2696238.

HSL color Cylindrical-coordinate representation of color #2E2429: hue angle of 330º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2E2429 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 36 41 -
CMYK 0 0.22 0.11 0.82
HSL 330º 0.12% 0.16% -
HSV(B) 330º 0.22% 0.18% -
XYZ 2.16 2 2.37 -
YUV 39.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 46 36 41 0 0.22 0.11 0.82 330 0.12 0.16
Hex 2E 24 29 0 16 B 52 14A C 10
Octal 56 44 51 0 26 13 122 512 14 20
Binary 101110 100100 101001 0 10110 1011 1010010 101001010 1100 10000

Color Harmonies of #2E2429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2429

Black with #2E2429

Text Example


Text Example

White with #2E2429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,36,41); }

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

background-color css

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

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

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

border-color css

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

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

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