#401E29

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

Shades of Castro #401E29

Tints of Castro #401E29

Color information

#401E29 (or 0x401E29) is unknown color: approx Castro. HEX triplet: 40, 1E and 29. RGB value is (64,30,41). Sum of RGB (Red+Green+Blue) = 64+30+41=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #401E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E29 is #BFE1D6. Grayscale: #292929. Windows color (decimal): -12575191 or 2694720. OLE color: 2694720.

HSL color Cylindrical-coordinate representation of color #401E29: hue angle of 340.59º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #401E29 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB643041-
CMYK00.530.360.75
HSL340.59º36.17%18.43%-
HSV(B)340.59º53.12%25.1%-
XYZ2.982.182.36-
YUV41.42127.76144.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 30 (12.11% from 255) = 22.22%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=47.41%
G=22.22%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64304100.530.360.75340.5936.1718.43
Hex401E29035244B1552412
Octal1003651065441135254422
Binary1000000111101010010110101100100100101110101010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401E29; }

 p { color: rgb(64,30,41); }

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

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

 a { background-color: rgb(64,30,41); }

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

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

 span { border-color: rgb(64,30,41); }

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