#470132

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

Shades of Blackberry #470132

Tints of Blackberry #470132

Color information

#470132 (or 0x470132) is unknown color: approx Blackberry. HEX triplet: 47, 01 and 32. RGB value is (71,1,50). Sum of RGB (Red+Green+Blue) = 71+1+50=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #470132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470132 is #B8FECD. Grayscale: #1B1B1B. Windows color (decimal): -12123854 or 3277127. OLE color: 3277127.

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

Color convert

RGB71150-
CMYK00.990.300.72
HSL318º97.22%14.12%-
HSV(B)318º98.59%27.84%-
XYZ3.191.593.16-
YUV27.52140.69159.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 50 (19.92% from 255) = 40.98%
R=58.20%
G=0.82%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7115000.990.300.7231897.2214.12
Hex471320631E4813e61e
Octal10716201433611047614116
Binary100011111100100110001111110100100010011111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470132; }

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

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

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

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

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

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

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

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