#402B35

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

Shades of Toledo #402B35

Tints of Toledo #402B35

Color information

#402B35 (or 0x402B35) is unknown color: approx Toledo. HEX triplet: 40, 2B and 35. RGB value is (64,43,53). Sum of RGB (Red+Green+Blue) = 64+43+53=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 64 - color contains mainly: red. Hex color #402B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402B35 is #BFD4CA. Grayscale: #323232. Windows color (decimal): -12571851 or 3484480. OLE color: 3484480.

HSL color Cylindrical-coordinate representation of color #402B35: hue angle of 331.43º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #402B35 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB644353-
CMYK00.330.170.75
HSL331.43º19.63%20.98%-
HSV(B)331.43º32.81%25.1%-
XYZ3.623.073.77-
YUV50.42129.46137.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40%
GREEN value IS 43 (17.19% from 255) = 26.88%
BLUE value IS 53 (21.09% from 255) = 33.12%
R=40%
G=26.88%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64435300.330.170.75331.4319.6320.98
Hex402B35021114B14b1415
Octal1005365041211135132425
Binary100000010101111010101000011000110010111010010111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402B35; }

 p { color: rgb(64,43,53); }

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

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

 a { background-color: rgb(64,43,53); }

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

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

 span { border-color: rgb(64,43,53); }

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