Html Css Color HEX #311F29 Toledo

📋 copy color: '#311F29'

red 49 ◦ green 31 ◦ blue 41

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

Shades of Toledo #311F29

Tints of Toledo #311F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 25.62%

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

R = 40.5%
G = 25.62%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#311F29 (or 0x311F29) is known color: Toledo. HEX triplet: 31, 1F and 29. RGB value is (49,31,41). Sum of RGB (Red+Green+Blue) = 49+31+41=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #311F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311F29 is #CEE0D6. Grayscale: #252525. Windows color (decimal): -13557975 or 2694961. OLE color: 2694961.

HSL color Cylindrical-coordinate representation of color #311F29: hue angle of 326.67º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #311F29 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 31 41 -
CMYK 0 0.37 0.16 0.81
HSL 326.67º 0.23% 0.16% -
HSV(B) 326.67º 0.37% 0.19% -
XYZ 2.16 1.79 2.33 -
YUV 37.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 49 31 41 0 0.37 0.16 0.81 326.67 0.23 0.16
Hex 31 1F 29 0 25 10 51 147 16 10
Octal 61 37 51 0 45 20 121 507 26 20
Binary 110001 11111 101001 0 100101 10000 1010001 101000111 10110 10000

Color Harmonies of #311F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311F29

Black with #311F29

Text Example


Text Example

White with #311F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,31,41); }

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

background-color css

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

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

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

border-color css

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

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

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