#411328

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

Shades of Blackberry #411328

Tints of Blackberry #411328

Color information

#411328 (or 0x411328) is unknown color: approx Blackberry. HEX triplet: 41, 13 and 28. RGB value is (65,19,40). Sum of RGB (Red+Green+Blue) = 65+19+40=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #411328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411328 is #BEECD7. Grayscale: #232323. Windows color (decimal): -12512472 or 2626369. OLE color: 2626369.

HSL color Cylindrical-coordinate representation of color #411328: hue angle of 332.61º 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 #411328 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB651940-
CMYK00.710.380.75
HSL332.61º54.76%16.47%-
HSV(B)332.61º70.77%25.49%-
XYZ2.81.742.2-
YUV35.15130.74149.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 40 (16.02% from 255) = 32.26%
R=52.42%
G=15.32%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65194000.710.380.75332.6154.7616.47
Hex411328047264B14d3710
Octal10123500107461135156720
Binary10000011001110100001000111100110100101110100110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411328; }

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

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

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

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

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

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

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

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