#37262E

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

Shades of Toledo #37262E

Tints of Toledo #37262E

Color information

#37262E (or 0x37262E) is unknown color: approx Toledo. HEX triplet: 37, 26 and 2E. RGB value is (55,38,46). Sum of RGB (Red+Green+Blue) = 55+38+46=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 55 - color contains mainly: red. Hex color #37262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37262E is #C8D9D1. Grayscale: #2B2B2B. Windows color (decimal): -13162962 or 3024439. OLE color: 3024439.

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

Color convert

RGB553846-
CMYK00.310.160.78
HSL331.76º18.28%18.24%-
HSV(B)331.76º30.91%21.57%-
XYZ2.762.42.9-
YUV44129.13135.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.57%
GREEN value IS 38 (15.23% from 255) = 27.34%
BLUE value IS 46 (18.36% from 255) = 33.09%
R=39.57%
G=27.34%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55384600.310.160.78331.7618.2818.24
Hex37262E01F104E14c1212
Octal674656037201165142222
Binary1101111001101011100111111000010011101010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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