#470135

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

Shades of Blackberry #470135

Tints of Blackberry #470135

Color information

#470135 (or 0x470135) is unknown color: approx Blackberry. HEX triplet: 47, 01 and 35. RGB value is (71,1,53). Sum of RGB (Red+Green+Blue) = 71+1+53=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #470135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470135 is #B8FECA. Grayscale: #1B1B1B. Windows color (decimal): -12123851 or 3473735. OLE color: 3473735.

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

Color convert

RGB71153-
CMYK00.990.250.72
HSL315.43º97.22%14.12%-
HSV(B)315.43º98.59%27.84%-
XYZ3.251.623.51-
YUV27.86142.19158.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.8%
GREEN value IS 1 (0.78% from 255) = 0.8%
BLUE value IS 53 (21.09% from 255) = 42.4%
R=56.8%
G=0.8%
B=42.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7115300.990.250.72315.4397.2214.12
Hex47135063194813b61e
Octal10716501433111047314116
Binary100011111101010110001111001100100010011101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470135; }

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

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

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

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

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

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

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

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