#402531

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

Shades of Toledo #402531

Tints of Toledo #402531

Color information

#402531 (or 0x402531) is unknown color: approx Toledo. HEX triplet: 40, 25 and 31. RGB value is (64,37,49). Sum of RGB (Red+Green+Blue) = 64+37+49=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #402531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402531 is #BFDACE. Grayscale: #2E2E2E. Windows color (decimal): -12573391 or 3220800. OLE color: 3220800.

HSL color Cylindrical-coordinate representation of color #402531: hue angle of 333.33º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #402531 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB643749-
CMYK00.420.230.75
HSL333.33º26.73%19.8%-
HSV(B)333.33º42.19%25.1%-
XYZ3.332.633.24-
YUV46.44129.45140.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.67%
GREEN value IS 37 (14.84% from 255) = 24.67%
BLUE value IS 49 (19.53% from 255) = 32.67%
R=42.67%
G=24.67%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64374900.420.230.75333.3326.7319.8
Hex40253102A174B14d1b14
Octal1004561052271135153324
Binary100000010010111000101010101011110010111010011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402531; }

 p { color: rgb(64,37,49); }

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

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

 a { background-color: rgb(64,37,49); }

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

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

 span { border-color: rgb(64,37,49); }

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