#470328

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

Shades of Blackberry #470328

Tints of Blackberry #470328

Color information

#470328 (or 0x470328) is unknown color: approx Blackberry. HEX triplet: 47, 03 and 28. RGB value is (71,3,40). Sum of RGB (Red+Green+Blue) = 71+3+40=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #470328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470328 is #B8FCD7. Grayscale: #1B1B1B. Windows color (decimal): -12123352 or 2622279. OLE color: 2622279.

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

Color convert

RGB71340-
CMYK00.960.440.72
HSL327.35º91.89%14.51%-
HSV(B)327.35º95.77%27.84%-
XYZ3.011.562.15-
YUV27.55135.03158.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.28%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=62.28%
G=2.63%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7134000.960.440.72327.3591.8914.51
Hex473280602C481475cf
Octal10735001405411050713417
Binary10001111110100001100000101100100100010100011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470328; }

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

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

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

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

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

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

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

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