#470329

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

Shades of Blackberry #470329

Tints of Blackberry #470329

Color information

#470329 (or 0x470329) is unknown color: approx Blackberry. HEX triplet: 47, 03 and 29. RGB value is (71,3,41). Sum of RGB (Red+Green+Blue) = 71+3+41=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #470329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470329 is #B8FCD6. Grayscale: #1B1B1B. Windows color (decimal): -12123351 or 2687815. OLE color: 2687815.

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

Color convert

RGB71341-
CMYK00.960.420.72
HSL326.47º91.89%14.51%-
HSV(B)326.47º95.77%27.84%-
XYZ3.031.562.24-
YUV27.66135.53158.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.74%
GREEN value IS 3 (1.56% from 255) = 2.61%
BLUE value IS 41 (16.41% from 255) = 35.65%
R=61.74%
G=2.61%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7134100.960.420.72326.4791.8914.51
Hex473290602A481465cf
Octal10735101405211050613417
Binary10001111110100101100000101010100100010100011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470329; }

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

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

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

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

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

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

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

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