#470330

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

Shades of Blackberry #470330

Tints of Blackberry #470330

Color information

#470330 (or 0x470330) is unknown color: approx Blackberry. HEX triplet: 47, 03 and 30. RGB value is (71,3,48). Sum of RGB (Red+Green+Blue) = 71+3+48=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #470330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470330 is #B8FCCF. Grayscale: #1C1C1C. Windows color (decimal): -12123344 or 3146567. OLE color: 3146567.

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

Color convert

RGB71348-
CMYK00.960.320.72
HSL320.29º91.89%14.51%-
HSV(B)320.29º95.77%27.84%-
XYZ3.161.622.94-
YUV28.46139.03158.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 48 (19.14% from 255) = 39.34%
R=58.20%
G=2.46%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7134800.960.320.72320.2991.8914.51
Hex4733006020481405cf
Octal10736001404011050013417
Binary10001111111000001100000100000100100010100000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470330; }

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

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

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

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

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

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

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

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