#401129

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

Shades of Blackberry #401129

Tints of Blackberry #401129

Color information

#401129 (or 0x401129) is unknown color: approx Blackberry. HEX triplet: 40, 11 and 29. RGB value is (64,17,41). Sum of RGB (Red+Green+Blue) = 64+17+41=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #401129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401129 is #BFEED6. Grayscale: #212121. Windows color (decimal): -12578519 or 2691392. OLE color: 2691392.

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

Color convert

RGB641741-
CMYK00.730.360.75
HSL329.36º58.02%15.88%-
HSV(B)329.36º73.44%25.1%-
XYZ2.721.652.27-
YUV33.79132.07149.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.46%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 41 (16.41% from 255) = 33.61%
R=52.46%
G=13.93%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64174100.730.360.75329.3658.0215.88
Hex401129049244B1493a10
Octal10021510111441135117220
Binary10000001000110100101001001100100100101110100100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401129; }

 p { color: rgb(64,17,41); }

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

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

 a { background-color: rgb(64,17,41); }

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

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

 span { border-color: rgb(64,17,41); }

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