#401B29

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

Shades of Castro #401B29

Tints of Castro #401B29

Color information

#401B29 (or 0x401B29) is unknown color: approx Castro. HEX triplet: 40, 1B and 29. RGB value is (64,27,41). Sum of RGB (Red+Green+Blue) = 64+27+41=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #401B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B29 is #BFE4D6. Grayscale: #272727. Windows color (decimal): -12575959 or 2693952. OLE color: 2693952.

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

Color convert

RGB642741-
CMYK00.580.360.75
HSL337.3º40.66%17.84%-
HSV(B)337.3º57.81%25.1%-
XYZ2.912.032.34-
YUV39.66128.76145.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 27 (10.94% from 255) = 20.45%
BLUE value IS 41 (16.41% from 255) = 31.06%
R=48.48%
G=20.45%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64274100.580.360.75337.340.6617.84
Hex401B2903A244B1512912
Octal1003351072441135215122
Binary1000000110111010010111010100100100101110101000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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