#470528

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

Shades of Blackberry #470528

Tints of Blackberry #470528

Color information

#470528 (or 0x470528) is unknown color: approx Blackberry. HEX triplet: 47, 05 and 28. RGB value is (71,5,40). Sum of RGB (Red+Green+Blue) = 71+5+40=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #470528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470528 is #B8FAD7. Grayscale: #1C1C1C. Windows color (decimal): -12122840 or 2622791. OLE color: 2622791.

HSL color Cylindrical-coordinate representation of color #470528: hue angle of 328.18º 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 #470528 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB71540-
CMYK00.930.440.72
HSL328.18º86.84%14.9%-
HSV(B)328.18º92.96%27.84%-
XYZ3.041.62.16-
YUV28.72134.37158.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.21%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 40 (16.02% from 255) = 34.48%
R=61.21%
G=4.31%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7154000.930.440.72328.1886.8414.9
Hex4752805D2C4814857f
Octal10755001355411051012717
Binary100011110110100001011101101100100100010100100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470528; }

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

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

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

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

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

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

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

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