#460431

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

Shades of Blackberry #460431

Tints of Blackberry #460431

Color information

#460431 (or 0x460431) is unknown color: approx Blackberry. HEX triplet: 46, 04 and 31. RGB value is (70,4,49). Sum of RGB (Red+Green+Blue) = 70+4+49=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #460431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460431 is #B9FBCE. Grayscale: #1C1C1C. Windows color (decimal): -12188623 or 3212358. OLE color: 3212358.

HSL color Cylindrical-coordinate representation of color #460431: hue angle of 319.09º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460431 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB70449-
CMYK00.940.300.73
HSL319.09º89.19%14.51%-
HSV(B)319.09º94.29%27.45%-
XYZ3.121.613.05-
YUV28.86139.37157.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.91%
GREEN value IS 4 (1.95% from 255) = 3.25%
BLUE value IS 49 (19.53% from 255) = 39.84%
R=56.91%
G=3.25%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7044900.940.300.73319.0989.1914.51
Hex4643105E1E4913f59f
Octal10646101363611147713117
Binary10001101001100010101111011110100100110011111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460431; }

 p { color: rgb(70,4,49); }

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

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

 a { background-color: rgb(70,4,49); }

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

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

 span { border-color: rgb(70,4,49); }

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