#470635

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

Shades of Blackberry #470635

Tints of Blackberry #470635

Color information

#470635 (or 0x470635) is unknown color: approx Blackberry. HEX triplet: 47, 06 and 35. RGB value is (71,6,53). Sum of RGB (Red+Green+Blue) = 71+6+53=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #470635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470635 is #B8F9CA. Grayscale: #1E1E1E. Windows color (decimal): -12122571 or 3475015. OLE color: 3475015.

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

Color convert

RGB71653-
CMYK00.920.250.72
HSL316.62º84.42%15.1%-
HSV(B)316.62º91.55%27.84%-
XYZ3.311.733.53-
YUV30.79140.53156.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.62%
GREEN value IS 6 (2.73% from 255) = 4.62%
BLUE value IS 53 (21.09% from 255) = 40.77%
R=54.62%
G=4.62%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7165300.920.250.72316.6284.4215.1
Hex4763505C194813d54f
Octal10766501343111047512417
Binary10001111101101010101110011001100100010011110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470635; }

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

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

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

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

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

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

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

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