#470035

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

Shades of Blackberry #470035

Tints of Blackberry #470035

Color information

#470035 (or 0x470035) is unknown color: approx Blackberry. HEX triplet: 47, 00 and 35. RGB value is (71,0,53). Sum of RGB (Red+Green+Blue) = 71+0+53=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #470035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470035 is #B8FFCA. Grayscale: #1B1B1B. Windows color (decimal): -12124107 or 3473479. OLE color: 3473479.

HSL color Cylindrical-coordinate representation of color #470035: hue angle of 315.21º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470035 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB71053-
CMYK010.250.72
HSL315.21º100%13.92%-
HSV(B)315.21º100%27.84%-
XYZ3.241.63.51-
YUV27.27142.52159.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 42.74%
R=57.26%
G=0%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71053010.250.72315.2110013.92
Hex47035064194813b64e
Octal10706501443111047314416
Binary100011101101010110010011001100100010011101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470035; }

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

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

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

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

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

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

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

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