#470333

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

Shades of Blackberry #470333

Tints of Blackberry #470333

Color information

#470333 (or 0x470333) is unknown color: approx Blackberry. HEX triplet: 47, 03 and 33. RGB value is (71,3,51). Sum of RGB (Red+Green+Blue) = 71+3+51=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #470333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470333 is #B8FCCC. Grayscale: #1C1C1C. Windows color (decimal): -12123341 or 3343175. OLE color: 3343175.

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

Color convert

RGB71351-
CMYK00.960.280.72
HSL317.65º91.89%14.51%-
HSV(B)317.65º95.77%27.84%-
XYZ3.231.643.28-
YUV28.8140.53158.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.8%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 51 (20.31% from 255) = 40.8%
R=56.8%
G=2.4%
B=40.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7135100.960.280.72317.6591.8914.51
Hex473330601C4813e5cf
Octal10736301403411047613417
Binary1000111111100110110000011100100100010011111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470333; }

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

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

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

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

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

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

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

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