#331F27

Color #331F27 Toledo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Toledo #331F27

Tints of Toledo #331F27

Color information

#331F27 (or 0x331F27) is unknown color: approx Toledo. HEX triplet: 33, 1F and 27. RGB value is (51,31,39). Sum of RGB (Red+Green+Blue) = 51+31+39=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 51 - color contains mainly: red. Hex color #331F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F27 is #CCE0D8. Grayscale: #252525. Windows color (decimal): -13426905 or 2563891. OLE color: 2563891.

HSL color Cylindrical-coordinate representation of color #331F27: hue angle of 336º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #331F27 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.8.

Color convert

RGB513139-
CMYK00.390.240.8
HSL336º24.39%16.08%-
HSV(B)336º39.22%20%-
XYZ2.221.832.16-
YUV37.89128.63137.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.15%
GREEN value IS 31 (12.5% from 255) = 25.62%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=42.15%
G=25.62%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51313900.390.240.833624.3916.08
Hex331F2702718501501810
Octal633747047301205203020
Binary1100111111110011101001111100010100001010100001100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331F27; }

 p { color: rgb(51,31,39); }

 H1.HeaderClassName
 {
   color: #331F27;
 }
 .AnyTagClassName
 {
   color: #331F27;
 }
</style>
background-color css

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

 a { background-color: rgb(51,31,39); }

 div.DivClassName
 {
   background-color: #331F27;
 }
 .BgClassName
 {
   background-color: #331F27;
 }
</style>
border-color css

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

 span { border-color: rgb(51,31,39); }

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