#461129

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

Shades of Blackberry #461129

Tints of Blackberry #461129

Color information

#461129 (or 0x461129) is unknown color: approx Blackberry. HEX triplet: 46, 11 and 29. RGB value is (70,17,41). Sum of RGB (Red+Green+Blue) = 70+17+41=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #461129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461129 is #B9EED6. Grayscale: #232323. Windows color (decimal): -12185303 or 2691398. OLE color: 2691398.

HSL color Cylindrical-coordinate representation of color #461129: hue angle of 332.83º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461129 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB701741-
CMYK00.760.410.73
HSL332.83º60.92%17.06%-
HSV(B)332.83º75.71%27.45%-
XYZ3.131.862.29-
YUV35.58131.06152.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.69%
GREEN value IS 17 (7.03% from 255) = 13.28%
BLUE value IS 41 (16.41% from 255) = 32.03%
R=54.69%
G=13.28%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70174100.760.410.73332.8360.9217.06
Hex46112904C294914d3d11
Octal10621510114511115157521
Binary10001101000110100101001100101001100100110100110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461129; }

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

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

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

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

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

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

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

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