#37252E

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

Shades of Toledo #37252E

Tints of Toledo #37252E

Color information

#37252E (or 0x37252E) is unknown color: approx Toledo. HEX triplet: 37, 25 and 2E. RGB value is (55,37,46). Sum of RGB (Red+Green+Blue) = 55+37+46=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 55 - color contains mainly: red. Hex color #37252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37252E is #C8DAD1. Grayscale: #2B2B2B. Windows color (decimal): -13163218 or 3024183. OLE color: 3024183.

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

Color convert

RGB553746-
CMYK00.330.160.78
HSL330º19.57%18.04%-
HSV(B)330º32.73%21.57%-
XYZ2.732.332.89-
YUV43.41129.46136.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.86%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 46 (18.36% from 255) = 33.33%
R=39.86%
G=26.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55374600.330.160.7833019.5718.04
Hex37252E021104E14a1412
Octal674556041201165122422
Binary11011110010110111001000011000010011101010010101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37252E; }

 p { color: rgb(55,37,46); }

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

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

 a { background-color: rgb(55,37,46); }

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

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

 span { border-color: rgb(55,37,46); }

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