#402E34

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

Shades of Castro #402E34

Tints of Castro #402E34

Color information

#402E34 (or 0x402E34) is unknown color: approx Castro. HEX triplet: 40, 2E and 34. RGB value is (64,46,52). Sum of RGB (Red+Green+Blue) = 64+46+52=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 64 - color contains mainly: red. Hex color #402E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E34 is #BFD1CB. Grayscale: #343434. Windows color (decimal): -12571084 or 3419712. OLE color: 3419712.

HSL color Cylindrical-coordinate representation of color #402E34: hue angle of 340º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #402E34 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB644652-
CMYK00.280.190.75
HSL340º16.36%21.57%-
HSV(B)340º28.12%25.1%-
XYZ3.713.293.69-
YUV52.07127.96136.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.51%
GREEN value IS 46 (18.36% from 255) = 28.40%
BLUE value IS 52 (20.70% from 255) = 32.10%
R=39.51%
G=28.40%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64465200.280.190.7534016.3621.57
Hex402E3401C134B1541016
Octal1005664034231135242026
Binary10000001011101101000111001001110010111010101001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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