#470735

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

Shades of Blackberry #470735

Tints of Blackberry #470735

Color information

#470735 (or 0x470735) is unknown color: approx Blackberry. HEX triplet: 47, 07 and 35. RGB value is (71,7,53). Sum of RGB (Red+Green+Blue) = 71+7+53=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #470735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470735 is #B8F8CA. Grayscale: #1F1F1F. Windows color (decimal): -12122315 or 3475271. OLE color: 3475271.

HSL color Cylindrical-coordinate representation of color #470735: hue angle of 316.88º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470735 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB71753-
CMYK00.900.250.72
HSL316.88º82.05%15.29%-
HSV(B)316.88º90.14%27.84%-
XYZ3.321.753.53-
YUV31.38140.2156.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.20%
GREEN value IS 7 (3.12% from 255) = 5.34%
BLUE value IS 53 (21.09% from 255) = 40.46%
R=54.20%
G=5.34%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7175300.900.250.72316.8882.0515.29
Hex4773505A194813d52f
Octal10776501323111047512217
Binary10001111111101010101101011001100100010011110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470735; }

 p { color: rgb(71,7,53); }

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

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

 a { background-color: rgb(71,7,53); }

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

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

 span { border-color: rgb(71,7,53); }

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