#460331

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

Shades of Blackberry #460331

Tints of Blackberry #460331

Color information

#460331 (or 0x460331) is unknown color: approx Blackberry. HEX triplet: 46, 03 and 31. RGB value is (70,3,49). Sum of RGB (Red+Green+Blue) = 70+3+49=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #460331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460331 is #B9FCCE. Grayscale: #1C1C1C. Windows color (decimal): -12188879 or 3212102. OLE color: 3212102.

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

Color convert

RGB70349-
CMYK00.960.300.73
HSL318.81º91.78%14.31%-
HSV(B)318.81º95.71%27.45%-
XYZ3.111.593.05-
YUV28.28139.7157.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.38%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 49 (19.53% from 255) = 40.16%
R=57.38%
G=2.46%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7034900.960.300.73318.8191.7814.31
Hex463310601E4913f5ce
Octal10636101403611147713416
Binary1000110111100010110000011110100100110011111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460331; }

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

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

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

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

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

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

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

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