#411531

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

Shades of Blackberry #411531

Tints of Blackberry #411531

Color information

#411531 (or 0x411531) is unknown color: approx Blackberry. HEX triplet: 41, 15 and 31. RGB value is (65,21,49). Sum of RGB (Red+Green+Blue) = 65+21+49=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #411531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411531 is #BEEACE. Grayscale: #252525. Windows color (decimal): -12511951 or 3216705. OLE color: 3216705.

HSL color Cylindrical-coordinate representation of color #411531: hue angle of 321.82º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #411531 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB652149-
CMYK00.680.250.75
HSL321.82º51.16%16.86%-
HSV(B)321.82º67.69%25.49%-
XYZ31.883.11-
YUV37.35134.58147.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 49 (19.53% from 255) = 36.30%
R=48.15%
G=15.56%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65214900.680.250.75321.8251.1616.86
Hex411531044194B1423311
Octal10125610104311135026321
Binary1000001101011100010100010011001100101110100001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411531; }

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

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

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

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

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

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

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

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