#470935

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

Shades of Blackberry #470935

Tints of Blackberry #470935

Color information

#470935 (or 0x470935) is unknown color: approx Blackberry. HEX triplet: 47, 09 and 35. RGB value is (71,9,53). Sum of RGB (Red+Green+Blue) = 71+9+53=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #470935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470935 is #B8F6CA. Grayscale: #202020. Windows color (decimal): -12121803 or 3475783. OLE color: 3475783.

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

Color convert

RGB71953-
CMYK00.870.250.72
HSL317.42º77.5%15.69%-
HSV(B)317.42º87.32%27.84%-
XYZ3.341.793.54-
YUV32.55139.54155.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 53 (21.09% from 255) = 39.85%
R=53.38%
G=6.77%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7195300.870.250.72317.4277.515.69
Hex47935057194813d4e10
Octal107116501273111047511620
Binary1000111100111010101010111110011001000100111101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470935; }

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

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

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

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

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

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

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

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