#460337

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

Shades of Blackberry #460337

Tints of Blackberry #460337

Color information

#460337 (or 0x460337) is unknown color: approx Blackberry. HEX triplet: 46, 03 and 37. RGB value is (70,3,55). Sum of RGB (Red+Green+Blue) = 70+3+55=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #460337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460337 is #B9FCC8. Grayscale: #1C1C1C. Windows color (decimal): -12188873 or 3605318. OLE color: 3605318.

HSL color Cylindrical-coordinate representation of color #460337: hue angle of 313.43º 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 #460337 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB70355-
CMYK00.960.210.73
HSL313.43º91.78%14.31%-
HSV(B)313.43º95.71%27.45%-
XYZ3.251.643.76-
YUV28.96142.7157.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.69%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 55 (21.88% from 255) = 42.97%
R=54.69%
G=2.34%
B=42.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7035500.960.210.73313.4391.7814.31
Hex4633706015491395ce
Octal10636701402511147113416
Binary1000110111101110110000010101100100110011100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460337; }

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

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

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

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

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

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

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

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