#460139

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

Shades of Blackberry #460139

Tints of Blackberry #460139

Color information

#460139 (or 0x460139) is unknown color: approx Blackberry. HEX triplet: 46, 01 and 39. RGB value is (70,1,57). Sum of RGB (Red+Green+Blue) = 70+1+57=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #460139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460139 is #B9FEC6. Grayscale: #1B1B1B. Windows color (decimal): -12189383 or 3735878. OLE color: 3735878.

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

Color convert

RGB70157-
CMYK00.990.190.73
HSL311.3º97.18%13.92%-
HSV(B)311.3º98.57%27.45%-
XYZ3.281.624.01-
YUV28.02144.36157.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.69%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 57 (22.66% from 255) = 44.53%
R=54.69%
G=0.78%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7015700.990.190.73311.397.1813.92
Hex46139063134913761e
Octal10617101432311146714116
Binary100011011110010110001110011100100110011011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460139; }

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

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

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

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

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

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

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

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