Html Css Color HEX #311B25 Toledo

📋 copy color: '#311B25'

red 49 ◦ green 27 ◦ blue 37

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

Shades of Toledo #311B25

Tints of Toledo #311B25

RGB

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

 GREEN value IS 27 (10.94% from 255) = 23.89%

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

R = 43.36%
G = 23.89%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#311B25 (or 0x311B25) is known color: Toledo. HEX triplet: 31, 1B and 25. RGB value is (49,27,37). Sum of RGB (Red+Green+Blue) = 49+27+37=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #311B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B25 is #CEE4DA. Grayscale: #222222. Windows color (decimal): -13559003 or 2431793. OLE color: 2431793.

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

Color convert

RGB 49 27 37 -
CMYK 0 0.45 0.24 0.81
HSL 332.73º 0.29% 0.15% -
HSV(B) 332.73º 0.45% 0.19% -
XYZ 1.99 1.57 1.95 -
YUV 34.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 49 27 37 0 0.45 0.24 0.81 332.73 0.29 0.15
Hex 31 1B 25 0 2D 18 51 14D 1D F
Octal 61 33 45 0 55 30 121 515 35 17
Binary 110001 11011 100101 0 101101 11000 1010001 101001101 11101 1111

Color Harmonies of #311B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311B25

Black with #311B25

Text Example


Text Example

White with #311B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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