#470928

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

Shades of Blackberry #470928

Tints of Blackberry #470928

Color information

#470928 (or 0x470928) is unknown color: approx Blackberry. HEX triplet: 47, 09 and 28. RGB value is (71,9,40). Sum of RGB (Red+Green+Blue) = 71+9+40=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #470928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470928 is #B8F6D7. Grayscale: #1F1F1F. Windows color (decimal): -12121816 or 2623815. OLE color: 2623815.

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

Color convert

RGB71940-
CMYK00.870.440.72
HSL330º77.5%15.69%-
HSV(B)330º87.32%27.84%-
XYZ3.081.692.17-
YUV31.07133.04156.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.17%
GREEN value IS 9 (3.91% from 255) = 7.5%
BLUE value IS 40 (16.02% from 255) = 33.33%
R=59.17%
G=7.5%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7194000.870.440.7233077.515.69
Hex479280572C4814a4e10
Octal107115001275411051211620
Binary10001111001101000010101111011001001000101001010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470928; }

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

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

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

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

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

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

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

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