#411429

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

Shades of Blackberry #411429

Tints of Blackberry #411429

Color information

#411429 (or 0x411429) is unknown color: approx Blackberry. HEX triplet: 41, 14 and 29. RGB value is (65,20,41). Sum of RGB (Red+Green+Blue) = 65+20+41=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #411429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411429 is #BEEBD6. Grayscale: #232323. Windows color (decimal): -12512215 or 2692161. OLE color: 2692161.

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

Color convert

RGB652041-
CMYK00.690.370.75
HSL332º52.94%16.67%-
HSV(B)332º69.23%25.49%-
XYZ2.831.782.29-
YUV35.85130.91148.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.59%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 41 (16.41% from 255) = 32.54%
R=51.59%
G=15.87%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65204100.690.370.7533252.9416.67
Hex411429045254B14c3511
Octal10124510105451135146521
Binary10000011010010100101000101100101100101110100110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411429; }

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

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

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

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

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

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

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

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