#401F2D

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

Shades of Castro #401F2D

Tints of Castro #401F2D

Color information

#401F2D (or 0x401F2D) is unknown color: approx Castro. HEX triplet: 40, 1F and 2D. RGB value is (64,31,45). Sum of RGB (Red+Green+Blue) = 64+31+45=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #401F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F2D is #BFE0D2. Grayscale: #2A2A2A. Windows color (decimal): -12574931 or 2957120. OLE color: 2957120.

HSL color Cylindrical-coordinate representation of color #401F2D: hue angle of 334.55º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #401F2D is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB643145-
CMYK00.520.300.75
HSL334.55º34.74%18.63%-
HSV(B)334.55º51.56%25.1%-
XYZ3.082.262.76-
YUV42.46129.43143.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 31 (12.5% from 255) = 22.14%
BLUE value IS 45 (17.97% from 255) = 32.14%
R=45.71%
G=22.14%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64314500.520.300.75334.5534.7418.63
Hex401F2D0341E4B14f2313
Octal1003755064361135174323
Binary100000011111101101011010011110100101110100111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,31,45); }

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

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

 a { background-color: rgb(64,31,45); }

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

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

 span { border-color: rgb(64,31,45); }

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