#411324

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

Shades of Blackberry #411324

Tints of Blackberry #411324

Color information

#411324 (or 0x411324) is unknown color: approx Blackberry. HEX triplet: 41, 13 and 24. RGB value is (65,19,36). Sum of RGB (Red+Green+Blue) = 65+19+36=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #411324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411324 is #BEECDB. Grayscale: #222222. Windows color (decimal): -12512476 or 2364225. OLE color: 2364225.

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

Color convert

RGB651936-
CMYK00.710.450.75
HSL337.83º54.76%16.47%-
HSV(B)337.83º70.77%25.49%-
XYZ2.731.721.86-
YUV34.69128.74149.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.17%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 36 (14.45% from 255) = 30%
R=54.17%
G=15.83%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65193600.710.450.75337.8354.7616.47
Hex4113240472D4B1523710
Octal10123440107551135226720
Binary10000011001110010001000111101101100101110101001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411324; }

 p { color: rgb(65,19,36); }

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

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

 a { background-color: rgb(65,19,36); }

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

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

 span { border-color: rgb(65,19,36); }

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