Html Css Color HEX #311E28 Toledo

📋 copy color: '#311E28'

red 49 ◦ green 30 ◦ blue 40

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

Shades of Toledo #311E28

Tints of Toledo #311E28

RGB

 RED value IS 49 (19.53% from 255) = 41.18%

 GREEN value IS 30 (12.11% from 255) = 25.21%

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

R = 41.18%
G = 25.21%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.81

RGB Variations

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

Color information

#311E28 (or 0x311E28) is known color: Toledo. HEX triplet: 31, 1E and 28. RGB value is (49,30,40). Sum of RGB (Red+Green+Blue) = 49+30+40=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 49 - color contains mainly: red. Hex color #311E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E28 is #CEE1D7. Grayscale: #242424. Windows color (decimal): -13558232 or 2629169. OLE color: 2629169.

HSL color Cylindrical-coordinate representation of color #311E28: hue angle of 328.42º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #311E28 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 30 40 -
CMYK 0 0.39 0.18 0.81
HSL 328.42º 0.24% 0.15% -
HSV(B) 328.42º 0.39% 0.19% -
XYZ 2.11 1.73 2.23 -
YUV 36.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 49 30 40 0 0.39 0.18 0.81 328.42 0.24 0.15
Hex 31 1E 28 0 27 12 51 148 18 F
Octal 61 36 50 0 47 22 121 510 30 17
Binary 110001 11110 101000 0 100111 10010 1010001 101001000 11000 1111

Color Harmonies of #311E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E28

Black with #311E28

Text Example


Text Example

White with #311E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311E28; }

 p { color: rgb(49,30,40); }

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

background-color css

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

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

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

border-color css

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

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

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