#470335

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

Shades of Blackberry #470335

Tints of Blackberry #470335

Color information

#470335 (or 0x470335) is unknown color: approx Blackberry. HEX triplet: 47, 03 and 35. RGB value is (71,3,53). Sum of RGB (Red+Green+Blue) = 71+3+53=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #470335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470335 is #B8FCCA. Grayscale: #1C1C1C. Windows color (decimal): -12123339 or 3474247. OLE color: 3474247.

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

Color convert

RGB71353-
CMYK00.960.250.72
HSL315.88º91.89%14.51%-
HSV(B)315.88º95.77%27.84%-
XYZ3.271.663.52-
YUV29.03141.53157.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.91%
GREEN value IS 3 (1.56% from 255) = 2.36%
BLUE value IS 53 (21.09% from 255) = 41.73%
R=55.91%
G=2.36%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7135300.960.250.72315.8891.8914.51
Hex47335060194813c5cf
Octal10736501403111047413417
Binary1000111111101010110000011001100100010011110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470335; }

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

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

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

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

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

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

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

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