#401B27

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

Shades of Castro #401B27

Tints of Castro #401B27

Color information

#401B27 (or 0x401B27) is unknown color: approx Castro. HEX triplet: 40, 1B and 27. RGB value is (64,27,39). Sum of RGB (Red+Green+Blue) = 64+27+39=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #401B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B27 is #BFE4D8. Grayscale: #272727. Windows color (decimal): -12575961 or 2562880. OLE color: 2562880.

HSL color Cylindrical-coordinate representation of color #401B27: hue angle of 340.54º 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 #401B27 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.75.

Color convert

RGB642739-
CMYK00.580.390.75
HSL340.54º40.66%17.84%-
HSV(B)340.54º57.81%25.1%-
XYZ2.872.022.16-
YUV39.43127.76145.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.23%
GREEN value IS 27 (10.94% from 255) = 20.77%
BLUE value IS 39 (15.62% from 255) = 30%
R=49.23%
G=20.77%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64273900.580.390.75340.5440.6617.84
Hex401B2703A274B1552912
Octal1003347072471135255122
Binary1000000110111001110111010100111100101110101010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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