Html Css Color HEX #311D25 Toledo

📋 copy color: '#311D25'

red 49 ◦ green 29 ◦ blue 37

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

Shades of Toledo #311D25

Tints of Toledo #311D25

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.22%

 BLUE value IS 37 (14.84% from 255) = 32.17%

R = 42.61%
G = 25.22%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#311D25 (or 0x311D25) is known color: Toledo. HEX triplet: 31, 1D and 25. RGB value is (49,29,37). Sum of RGB (Red+Green+Blue) = 49+29+37=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #311D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D25 is #CEE2DA. Grayscale: #232323. Windows color (decimal): -13558491 or 2432305. OLE color: 2432305.

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

Color convert

RGB 49 29 37 -
CMYK 0 0.41 0.24 0.81
HSL 336º 0.26% 0.15% -
HSV(B) 336º 0.41% 0.19% -
XYZ 2.04 1.67 1.96 -
YUV 35.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 49 29 37 0 0.41 0.24 0.81 336 0.26 0.15
Hex 31 1D 25 0 29 18 51 150 1A F
Octal 61 35 45 0 51 30 121 520 32 17
Binary 110001 11101 100101 0 101001 11000 1010001 101010000 11010 1111

Color Harmonies of #311D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D25

Black with #311D25

Text Example


Text Example

White with #311D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,29,37); }

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

background-color css

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

 a { background-color: rgb(49,29,37); }

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

border-color css

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

 span { border-color: rgb(49,29,37); }

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