#460039

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

Shades of Blackberry #460039

Tints of Blackberry #460039

Color information

#460039 (or 0x460039) is unknown color: approx Blackberry. HEX triplet: 46, 00 and 39. RGB value is (70,0,57). Sum of RGB (Red+Green+Blue) = 70+0+57=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #460039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460039 is #B9FFC6. Grayscale: #1B1B1B. Windows color (decimal): -12189639 or 3735622. OLE color: 3735622.

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

Color convert

RGB70057-
CMYK010.190.73
HSL311.14º100%13.73%-
HSV(B)311.14º100%27.45%-
XYZ3.261.64.01-
YUV27.43144.69158.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 57 (22.66% from 255) = 44.88%
R=55.12%
G=0%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70057010.190.73311.1410013.73
Hex46039064134913764e
Octal10607101442311146714416
Binary100011001110010110010010011100100110011011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460039; }

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

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

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

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

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

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

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

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