#37242D

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

Shades of Toledo #37242D

Tints of Toledo #37242D

Color information

#37242D (or 0x37242D) is unknown color: approx Toledo. HEX triplet: 37, 24 and 2D. RGB value is (55,36,45). Sum of RGB (Red+Green+Blue) = 55+36+45=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 55 - color contains mainly: red. Hex color #37242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37242D is #C8DBD2. Grayscale: #2A2A2A. Windows color (decimal): -13163475 or 2958391. OLE color: 2958391.

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

Color convert

RGB553645-
CMYK00.350.180.78
HSL331.58º20.88%17.84%-
HSV(B)331.58º34.55%21.57%-
XYZ2.682.262.78-
YUV42.71129.29136.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.44%
GREEN value IS 36 (14.45% from 255) = 26.47%
BLUE value IS 45 (17.97% from 255) = 33.09%
R=40.44%
G=26.47%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55364500.350.180.78331.5820.8817.84
Hex37242D023124E14c1512
Octal674455043221165142522
Binary11011110010010110101000111001010011101010011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37242D; }

 p { color: rgb(55,36,45); }

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

<style>
 a { background-color: #37242D; }

 a { background-color: rgb(55,36,45); }

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

<style>
 span { border-color: #37242D; }

 span { border-color: rgb(55,36,45); }

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