#470326

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

Shades of Blackberry #470326

Tints of Blackberry #470326

Color information

#470326 (or 0x470326) is unknown color: approx Blackberry. HEX triplet: 47, 03 and 26. RGB value is (71,3,38). Sum of RGB (Red+Green+Blue) = 71+3+38=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #470326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470326 is #B8FCD9. Grayscale: #1B1B1B. Windows color (decimal): -12123354 or 2491207. OLE color: 2491207.

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

Color convert

RGB71338-
CMYK00.960.460.72
HSL329.12º91.89%14.51%-
HSV(B)329.12º95.77%27.84%-
XYZ2.981.541.97-
YUV27.32134.03159.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 63.39%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 38 (15.23% from 255) = 33.93%
R=63.39%
G=2.68%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7133800.960.460.72329.1291.8914.51
Hex473260602E481495cf
Octal10734601405611051113417
Binary10001111110011001100000101110100100010100100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470326; }

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

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

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

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

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

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

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

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