#461329

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

Shades of Blackberry #461329

Tints of Blackberry #461329

Color information

#461329 (or 0x461329) is unknown color: approx Blackberry. HEX triplet: 46, 13 and 29. RGB value is (70,19,41). Sum of RGB (Red+Green+Blue) = 70+19+41=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #461329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461329 is #B9ECD6. Grayscale: #242424. Windows color (decimal): -12184791 or 2691910. OLE color: 2691910.

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

Color convert

RGB701941-
CMYK00.730.410.73
HSL334.12º57.3%17.45%-
HSV(B)334.12º72.86%27.45%-
XYZ3.161.932.3-
YUV36.76130.4151.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.85%
GREEN value IS 19 (7.81% from 255) = 14.62%
BLUE value IS 41 (16.41% from 255) = 31.54%
R=53.85%
G=14.62%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70194100.730.410.73334.1257.317.45
Hex461329049294914e3911
Octal10623510111511115167121
Binary10001101001110100101001001101001100100110100111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461329; }

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

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

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

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

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

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

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

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