#402131

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

Shades of Toledo #402131

Tints of Toledo #402131

Color information

#402131 (or 0x402131) is unknown color: approx Toledo. HEX triplet: 40, 21 and 31. RGB value is (64,33,49). Sum of RGB (Red+Green+Blue) = 64+33+49=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #402131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402131 is #BFDECE. Grayscale: #2C2C2C. Windows color (decimal): -12574415 or 3219776. OLE color: 3219776.

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

Color convert

RGB643349-
CMYK00.480.230.75
HSL329.03º31.96%19.02%-
HSV(B)329.03º48.44%25.1%-
XYZ3.212.43.2-
YUV44.09130.77142.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 33 (13.28% from 255) = 22.60%
BLUE value IS 49 (19.53% from 255) = 33.56%
R=43.84%
G=22.60%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64334900.480.230.75329.0331.9619.02
Hex402131030174B1492013
Octal1004161060271135114023
Binary1000000100001110001011000010111100101110100100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402131; }

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

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

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

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

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

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

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

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