#470930

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

Shades of Blackberry #470930

Tints of Blackberry #470930

Color information

#470930 (or 0x470930) is unknown color: approx Blackberry. HEX triplet: 47, 09 and 30. RGB value is (71,9,48). Sum of RGB (Red+Green+Blue) = 71+9+48=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #470930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470930 is #B8F6CF. Grayscale: #1F1F1F. Windows color (decimal): -12121808 or 3148103. OLE color: 3148103.

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

Color convert

RGB71948-
CMYK00.870.320.72
HSL322.26º77.5%15.69%-
HSV(B)322.26º87.32%27.84%-
XYZ3.231.752.96-
YUV31.98137.04155.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 9 (3.91% from 255) = 7.03%
BLUE value IS 48 (19.14% from 255) = 37.5%
R=55.47%
G=7.03%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7194800.870.320.72322.2677.515.69
Hex4793005720481424e10
Octal107116001274011050211620
Binary10001111001110000010101111000001001000101000010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470930; }

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

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

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

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

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

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

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

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