Html Css Color HEX #2E2328 Toledo

📋 copy color: '#2E2328'

red 46 ◦ green 35 ◦ blue 40

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

Shades of Toledo #2E2328

Tints of Toledo #2E2328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.93%

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

R = 38.02%
G = 28.93%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.82

RGB Variations

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

Color information

#2E2328 (or 0x2E2328) is known color: Toledo. HEX triplet: 2E, 23 and 28. RGB value is (46,35,40). Sum of RGB (Red+Green+Blue) = 46+35+40=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2328 is #D1DCD7. Grayscale: #262626. Windows color (decimal): -13753560 or 2630446. OLE color: 2630446.

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

Color convert

RGB 46 35 40 -
CMYK 0 0.24 0.13 0.82
HSL 332.73º 0.14% 0.16% -
HSV(B) 332.73º 0.24% 0.18% -
XYZ 2.11 1.94 2.27 -
YUV 38.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 46 35 40 0 0.24 0.13 0.82 332.73 0.14 0.16
Hex 2E 23 28 0 18 D 52 14D E 10
Octal 56 43 50 0 30 15 122 515 16 20
Binary 101110 100011 101000 0 11000 1101 1010010 101001101 1110 10000

Color Harmonies of #2E2328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2328

Black with #2E2328

Text Example


Text Example

White with #2E2328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,35,40); }

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

background-color css

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

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

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

border-color css

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

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

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