#411B2B

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

Shades of Castro #411B2B

Tints of Castro #411B2B

Color information

#411B2B (or 0x411B2B) is unknown color: approx Castro. HEX triplet: 41, 1B and 2B. RGB value is (65,27,43). Sum of RGB (Red+Green+Blue) = 65+27+43=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #411B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B2B is #BEE4D4. Grayscale: #282828. Windows color (decimal): -12510421 or 2825025. OLE color: 2825025.

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

Color convert

RGB652743-
CMYK00.580.340.75
HSL334.74º41.3%18.04%-
HSV(B)334.74º58.46%25.49%-
XYZ3.012.082.53-
YUV40.19129.59145.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 27 (10.94% from 255) = 20%
BLUE value IS 43 (17.19% from 255) = 31.85%
R=48.15%
G=20%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65274300.580.340.75334.7441.318.04
Hex411B2B03A224B14f2912
Octal1013353072421135175122
Binary1000001110111010110111010100010100101110100111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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