#411F31

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

Shades of Blackberry #411F31

Tints of Blackberry #411F31

Color information

#411F31 (or 0x411F31) is unknown color: approx Blackberry. HEX triplet: 41, 1F and 31. RGB value is (65,31,49). Sum of RGB (Red+Green+Blue) = 65+31+49=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #411F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F31 is #BEE0CE. Grayscale: #2B2B2B. Windows color (decimal): -12509391 or 3219265. OLE color: 3219265.

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

Color convert

RGB653149-
CMYK00.520.250.75
HSL328.24º35.42%18.82%-
HSV(B)328.24º52.31%25.49%-
XYZ3.222.333.18-
YUV43.22131.26143.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.83%
GREEN value IS 31 (12.5% from 255) = 21.38%
BLUE value IS 49 (19.53% from 255) = 33.79%
R=44.83%
G=21.38%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65314900.520.250.75328.2435.4218.82
Hex411F31034194B1482313
Octal1013761064311135104323
Binary100000111111110001011010011001100101110100100010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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