#411F2B

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

Shades of Castro #411F2B

Tints of Castro #411F2B

Color information

#411F2B (or 0x411F2B) is unknown color: approx Castro. HEX triplet: 41, 1F and 2B. RGB value is (65,31,43). Sum of RGB (Red+Green+Blue) = 65+31+43=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #411F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F2B is #BEE0D4. Grayscale: #2A2A2A. Windows color (decimal): -12509397 or 2826049. OLE color: 2826049.

HSL color Cylindrical-coordinate representation of color #411F2B: hue angle of 338.82º 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 #411F2B is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB653143-
CMYK00.520.340.75
HSL338.82º35.42%18.82%-
HSV(B)338.82º52.31%25.49%-
XYZ3.112.282.56-
YUV42.53128.26144.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.76%
GREEN value IS 31 (12.5% from 255) = 22.30%
BLUE value IS 43 (17.19% from 255) = 30.94%
R=46.76%
G=22.30%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65314300.520.340.75338.8235.4218.82
Hex411F2B034224B1532313
Octal1013753064421135234323
Binary1000001111111010110110100100010100101110101001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411F2B; }

 p { color: rgb(65,31,43); }

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

<style>
 a { background-color: #411F2B; }

 a { background-color: rgb(65,31,43); }

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

<style>
 span { border-color: #411F2B; }

 span { border-color: rgb(65,31,43); }

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