#411D31

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

Shades of Blackberry #411D31

Tints of Blackberry #411D31

Color information

#411D31 (or 0x411D31) is unknown color: approx Blackberry. HEX triplet: 41, 1D and 31. RGB value is (65,29,49). Sum of RGB (Red+Green+Blue) = 65+29+49=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #411D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D31 is #BEE2CE. Grayscale: #2A2A2A. Windows color (decimal): -12509903 or 3218753. OLE color: 3218753.

HSL color Cylindrical-coordinate representation of color #411D31: hue angle of 326.67º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #411D31 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB652949-
CMYK00.550.250.75
HSL326.67º38.3%18.43%-
HSV(B)326.67º55.38%25.49%-
XYZ3.172.223.17-
YUV42.04131.93144.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 29 (11.72% from 255) = 20.28%
BLUE value IS 49 (19.53% from 255) = 34.27%
R=45.45%
G=20.28%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65294900.550.250.75326.6738.318.43
Hex411D31037194B1472612
Octal1013561067311135074622
Binary100000111101110001011011111001100101110100011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,29,49); }

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

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

 a { background-color: rgb(65,29,49); }

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

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

 span { border-color: rgb(65,29,49); }

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