#470631

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

Shades of Blackberry #470631

Tints of Blackberry #470631

Color information

#470631 (or 0x470631) is unknown color: approx Blackberry. HEX triplet: 47, 06 and 31. RGB value is (71,6,49). Sum of RGB (Red+Green+Blue) = 71+6+49=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #470631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470631 is #B8F9CE. Grayscale: #1E1E1E. Windows color (decimal): -12122575 or 3212871. OLE color: 3212871.

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

Color convert

RGB71649-
CMYK00.920.310.72
HSL320.31º84.42%15.1%-
HSV(B)320.31º91.55%27.84%-
XYZ3.221.693.06-
YUV30.34138.53157-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.35%
GREEN value IS 6 (2.73% from 255) = 4.76%
BLUE value IS 49 (19.53% from 255) = 38.89%
R=56.35%
G=4.76%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7164900.920.310.72320.3184.4215.1
Hex4763105C1F4814054f
Octal10766101343711050012417
Binary10001111101100010101110011111100100010100000010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470631; }

 p { color: rgb(71,6,49); }

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

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

 a { background-color: rgb(71,6,49); }

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

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

 span { border-color: rgb(71,6,49); }

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