Html Css Color HEX #312429 Toledo

📋 copy color: '#312429'

red 49 ◦ green 36 ◦ blue 41

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

Shades of Toledo #312429

Tints of Toledo #312429

RGB

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

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

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

R = 38.89%
G = 28.57%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#312429 (or 0x312429) is known color: Toledo. HEX triplet: 31, 24 and 29. RGB value is (49,36,41). Sum of RGB (Red+Green+Blue) = 49+36+41=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 49 - color contains mainly: red. Hex color #312429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312429 is #CEDBD6. Grayscale: #282828. Windows color (decimal): -13556695 or 2696241. OLE color: 2696241.

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

Color convert

RGB 49 36 41 -
CMYK 0 0.27 0.16 0.81
HSL 336.92º 0.15% 0.17% -
HSV(B) 336.92º 0.27% 0.19% -
XYZ 2.3 2.07 2.38 -
YUV 40.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 49 36 41 0 0.27 0.16 0.81 336.92 0.15 0.17
Hex 31 24 29 0 1B 10 51 151 F 11
Octal 61 44 51 0 33 20 121 521 17 21
Binary 110001 100100 101001 0 11011 10000 1010001 101010001 1111 10001

Color Harmonies of #312429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312429

Black with #312429

Text Example


Text Example

White with #312429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312429; }

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

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

background-color css

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

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

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

border-color css

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

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

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