Html Css Color HEX #312129 Toledo

📋 copy color: '#312129'

red 49 ◦ green 33 ◦ blue 41

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

Shades of Toledo #312129

Tints of Toledo #312129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.83%

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

R = 39.84%
G = 26.83%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#312129 (or 0x312129) is known color: Toledo. HEX triplet: 31, 21 and 29. RGB value is (49,33,41). Sum of RGB (Red+Green+Blue) = 49+33+41=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 49 - color contains mainly: red. Hex color #312129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312129 is #CEDED6. Grayscale: #262626. Windows color (decimal): -13557463 or 2695473. OLE color: 2695473.

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

Color convert

RGB 49 33 41 -
CMYK 0 0.33 0.16 0.81
HSL 330º 0.2% 0.16% -
HSV(B) 330º 0.33% 0.19% -
XYZ 2.21 1.9 2.35 -
YUV 38.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 49 33 41 0 0.33 0.16 0.81 330 0.2 0.16
Hex 31 21 29 0 21 10 51 14A 14 10
Octal 61 41 51 0 41 20 121 512 24 20
Binary 110001 100001 101001 0 100001 10000 1010001 101001010 10100 10000

Color Harmonies of #312129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312129

Black with #312129

Text Example


Text Example

White with #312129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312129; }

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

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

background-color css

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

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

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

border-color css

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

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

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