#371B27

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

Shades of Toledo #371B27

Tints of Toledo #371B27

Color information

#371B27 (or 0x371B27) is unknown color: approx Toledo. HEX triplet: 37, 1B and 27. RGB value is (55,27,39). Sum of RGB (Red+Green+Blue) = 55+27+39=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #371B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B27 is #C8E4D8. Grayscale: #242424. Windows color (decimal): -13165785 or 2562871. OLE color: 2562871.

HSL color Cylindrical-coordinate representation of color #371B27: hue angle of 334.29º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #371B27 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB552739-
CMYK00.510.290.78
HSL334.29º34.15%16.08%-
HSV(B)334.29º50.91%21.57%-
XYZ2.331.742.13-
YUV36.74129.28141.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.45%
GREEN value IS 27 (10.94% from 255) = 22.31%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=45.45%
G=22.31%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55273900.510.290.78334.2934.1516.08
Hex371B270331D4E14e2210
Octal673347063351165164220
Binary11011111011100111011001111101100111010100111010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371B27; }

 p { color: rgb(55,27,39); }

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

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

 a { background-color: rgb(55,27,39); }

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

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

 span { border-color: rgb(55,27,39); }

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