#460132

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

Shades of Blackberry #460132

Tints of Blackberry #460132

Color information

#460132 (or 0x460132) is unknown color: approx Blackberry. HEX triplet: 46, 01 and 32. RGB value is (70,1,50). Sum of RGB (Red+Green+Blue) = 70+1+50=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #460132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460132 is #B9FECD. Grayscale: #1B1B1B. Windows color (decimal): -12189390 or 3277126. OLE color: 3277126.

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

Color convert

RGB70150-
CMYK00.990.290.73
HSL317.39º97.18%13.92%-
HSV(B)317.39º98.57%27.45%-
XYZ3.111.553.15-
YUV27.22140.86158.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.85%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 50 (19.92% from 255) = 41.32%
R=57.85%
G=0.83%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7015000.990.290.73317.3997.1813.92
Hex461320631D4913d61e
Octal10616201433511147514116
Binary100011011100100110001111101100100110011110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460132; }

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

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

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

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

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

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

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

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