#460031

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

Shades of Blackberry #460031

Tints of Blackberry #460031

Color information

#460031 (or 0x460031) is unknown color: approx Blackberry. HEX triplet: 46, 00 and 31. RGB value is (70,0,49). Sum of RGB (Red+Green+Blue) = 70+0+49=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #460031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460031 is #B9FFCE. Grayscale: #1A1A1A. Windows color (decimal): -12189647 or 3211334. OLE color: 3211334.

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

Color convert

RGB70049-
CMYK010.300.73
HSL318º100%13.73%-
HSV(B)318º100%27.45%-
XYZ3.081.523.04-
YUV26.52140.69159.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 41.18%
R=58.82%
G=0%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70049010.300.7331810013.73
Hex460310641E4913e64e
Octal10606101443611147614416
Binary100011001100010110010011110100100110011111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460031; }

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

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

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

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

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

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

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

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