Html Css Color HEX #312029 Toledo

📋 copy color: '#312029'

red 49 ◦ green 32 ◦ blue 41

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

Shades of Toledo #312029

Tints of Toledo #312029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.23%

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

R = 40.16%
G = 26.23%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#312029 (or 0x312029) is known color: Toledo. HEX triplet: 31, 20 and 29. RGB value is (49,32,41). Sum of RGB (Red+Green+Blue) = 49+32+41=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #312029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312029 is #CEDFD6. Grayscale: #262626. Windows color (decimal): -13557719 or 2695217. OLE color: 2695217.

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

Color convert

RGB 49 32 41 -
CMYK 0 0.35 0.16 0.81
HSL 328.24º 0.21% 0.16% -
HSV(B) 328.24º 0.35% 0.19% -
XYZ 2.18 1.85 2.34 -
YUV 38.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 49 32 41 0 0.35 0.16 0.81 328.24 0.21 0.16
Hex 31 20 29 0 23 10 51 148 15 10
Octal 61 40 51 0 43 20 121 510 25 20
Binary 110001 100000 101001 0 100011 10000 1010001 101001000 10101 10000

Color Harmonies of #312029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312029

Black with #312029

Text Example


Text Example

White with #312029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312029; }

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

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

background-color css

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

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

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

border-color css

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

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

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