#402431

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

Shades of Toledo #402431

Tints of Toledo #402431

Color information

#402431 (or 0x402431) is unknown color: approx Toledo. HEX triplet: 40, 24 and 31. RGB value is (64,36,49). Sum of RGB (Red+Green+Blue) = 64+36+49=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #402431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402431 is #BFDBCE. Grayscale: #2D2D2D. Windows color (decimal): -12573647 or 3220544. OLE color: 3220544.

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

Color convert

RGB643649-
CMYK00.440.230.75
HSL332.14º28%19.61%-
HSV(B)332.14º43.75%25.1%-
XYZ3.32.573.23-
YUV45.85129.78140.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.95%
GREEN value IS 36 (14.45% from 255) = 24.16%
BLUE value IS 49 (19.53% from 255) = 32.89%
R=42.95%
G=24.16%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64364900.440.230.75332.142819.61
Hex40243102C174B14c1c14
Octal1004461054271135143424
Binary100000010010011000101011001011110010111010011001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402431; }

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

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

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

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

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

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

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

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