#470434

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

Shades of Blackberry #470434

Tints of Blackberry #470434

Color information

#470434 (or 0x470434) is unknown color: approx Blackberry. HEX triplet: 47, 04 and 34. RGB value is (71,4,52). Sum of RGB (Red+Green+Blue) = 71+4+52=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #470434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470434 is #B8FBCB. Grayscale: #1D1D1D. Windows color (decimal): -12123084 or 3408967. OLE color: 3408967.

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

Color convert

RGB71452-
CMYK00.940.270.72
HSL317.01º89.33%14.71%-
HSV(B)317.01º94.37%27.84%-
XYZ3.261.673.4-
YUV29.5140.7157.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.91%
GREEN value IS 4 (1.95% from 255) = 3.15%
BLUE value IS 52 (20.70% from 255) = 40.94%
R=55.91%
G=3.15%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7145200.940.270.72317.0189.3314.71
Hex4743405E1B4813d59f
Octal10746401363311047513117
Binary10001111001101000101111011011100100010011110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470434; }

 p { color: rgb(71,4,52); }

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

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

 a { background-color: rgb(71,4,52); }

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

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

 span { border-color: rgb(71,4,52); }

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