#470828

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

Shades of Blackberry #470828

Tints of Blackberry #470828

Color information

#470828 (or 0x470828) is unknown color: approx Blackberry. HEX triplet: 47, 08 and 28. RGB value is (71,8,40). Sum of RGB (Red+Green+Blue) = 71+8+40=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #470828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470828 is #B8F7D7. Grayscale: #1E1E1E. Windows color (decimal): -12122072 or 2623559. OLE color: 2623559.

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

Color convert

RGB71840-
CMYK00.890.440.72
HSL329.52º79.75%15.49%-
HSV(B)329.52º88.73%27.84%-
XYZ3.071.672.17-
YUV30.48133.37156.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.66%
GREEN value IS 8 (3.52% from 255) = 6.72%
BLUE value IS 40 (16.02% from 255) = 33.61%
R=59.66%
G=6.72%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7184000.890.440.72329.5279.7515.49
Hex478280592C4814a50f
Octal107105001315411051212017
Binary1000111100010100001011001101100100100010100101010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470828; }

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

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

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

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

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

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

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

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