#402B33

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

Shades of Toledo #402B33

Tints of Toledo #402B33

Color information

#402B33 (or 0x402B33) is unknown color: approx Toledo. HEX triplet: 40, 2B and 33. RGB value is (64,43,51). Sum of RGB (Red+Green+Blue) = 64+43+51=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 64 - color contains mainly: red. Hex color #402B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402B33 is #BFD4CC. Grayscale: #323232. Windows color (decimal): -12571853 or 3353408. OLE color: 3353408.

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

Color convert

RGB644351-
CMYK00.330.200.75
HSL337.14º19.63%20.98%-
HSV(B)337.14º32.81%25.1%-
XYZ3.583.063.53-
YUV50.19128.46137.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 43 (17.19% from 255) = 27.22%
BLUE value IS 51 (20.31% from 255) = 32.28%
R=40.51%
G=27.22%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64435100.330.200.75337.1419.6320.98
Hex402B33021144B1511415
Octal1005363041241135212425
Binary100000010101111001101000011010010010111010100011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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