#470523

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

Shades of Blackberry #470523

Tints of Blackberry #470523

Color information

#470523 (or 0x470523) is unknown color: approx Blackberry. HEX triplet: 47, 05 and 23. RGB value is (71,5,35). Sum of RGB (Red+Green+Blue) = 71+5+35=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 35 (14.06% from 255 or 31.53% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #470523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470523 is #B8FADC. Grayscale: #1C1C1C. Windows color (decimal): -12122845 or 2295111. OLE color: 2295111.

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

Color convert

RGB71535-
CMYK00.930.510.72
HSL332.73º86.84%14.9%-
HSV(B)332.73º92.96%27.84%-
XYZ2.961.571.74-
YUV28.15131.87158.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 63.96%
GREEN value IS 5 (2.34% from 255) = 4.50%
BLUE value IS 35 (14.06% from 255) = 31.53%
R=63.96%
G=4.50%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7153500.930.510.72332.7386.8414.9
Hex4752305D334814d57f
Octal10754301356311051512717
Binary100011110110001101011101110011100100010100110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470523; }

 p { color: rgb(71,5,35); }

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

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

 a { background-color: rgb(71,5,35); }

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

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

 span { border-color: rgb(71,5,35); }

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