#402B34

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

Shades of Toledo #402B34

Tints of Toledo #402B34

Color information

#402B34 (or 0x402B34) is unknown color: approx Toledo. HEX triplet: 40, 2B and 34. RGB value is (64,43,52). Sum of RGB (Red+Green+Blue) = 64+43+52=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #402B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402B34 is #BFD4CB. Grayscale: #323232. Windows color (decimal): -12571852 or 3418944. OLE color: 3418944.

HSL color Cylindrical-coordinate representation of color #402B34: hue angle of 334.29º 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 #402B34 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB644352-
CMYK00.330.190.75
HSL334.29º19.63%20.98%-
HSV(B)334.29º32.81%25.1%-
XYZ3.63.073.65-
YUV50.3128.96137.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 43 (17.19% from 255) = 27.04%
BLUE value IS 52 (20.70% from 255) = 32.70%
R=40.25%
G=27.04%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64435200.330.190.75334.2919.6320.98
Hex402B34021134B14e1415
Octal1005364041231135162425
Binary100000010101111010001000011001110010111010011101010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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