#470530

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

Shades of Blackberry #470530

Tints of Blackberry #470530

Color information

#470530 (or 0x470530) is unknown color: approx Blackberry. HEX triplet: 47, 05 and 30. RGB value is (71,5,48). Sum of RGB (Red+Green+Blue) = 71+5+48=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #470530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470530 is #B8FACF. Grayscale: #1D1D1D. Windows color (decimal): -12122832 or 3147079. OLE color: 3147079.

HSL color Cylindrical-coordinate representation of color #470530: hue angle of 320.91º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470530 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB71548-
CMYK00.930.320.72
HSL320.91º86.84%14.9%-
HSV(B)320.91º92.96%27.84%-
XYZ3.191.662.95-
YUV29.64138.37157.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 48 (19.14% from 255) = 38.71%
R=57.26%
G=4.03%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7154800.930.320.72320.9186.8414.9
Hex4753005D204814157f
Octal10756001354011050112717
Binary100011110111000001011101100000100100010100000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470530; }

 p { color: rgb(71,5,48); }

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

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

 a { background-color: rgb(71,5,48); }

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

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

 span { border-color: rgb(71,5,48); }

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