#411329

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

Shades of Blackberry #411329

Tints of Blackberry #411329

Color information

#411329 (or 0x411329) is unknown color: approx Blackberry. HEX triplet: 41, 13 and 29. RGB value is (65,19,41). Sum of RGB (Red+Green+Blue) = 65+19+41=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #411329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411329 is #BEECD6. Grayscale: #232323. Windows color (decimal): -12512471 or 2691905. OLE color: 2691905.

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

Color convert

RGB651941-
CMYK00.710.370.75
HSL331.3º54.76%16.47%-
HSV(B)331.3º70.77%25.49%-
XYZ2.811.752.29-
YUV35.26131.24149.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 41 (16.41% from 255) = 32.8%
R=52%
G=15.2%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65194100.710.370.75331.354.7616.47
Hex411329047254B14b3710
Octal10123510107451135136720
Binary10000011001110100101000111100101100101110100101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411329; }

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

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

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

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

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

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

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

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