#470830

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

Shades of Blackberry #470830

Tints of Blackberry #470830

Color information

#470830 (or 0x470830) is unknown color: approx Blackberry. HEX triplet: 47, 08 and 30. RGB value is (71,8,48). Sum of RGB (Red+Green+Blue) = 71+8+48=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #470830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470830 is #B8F7CF. Grayscale: #1F1F1F. Windows color (decimal): -12122064 or 3147847. OLE color: 3147847.

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

Color convert

RGB71848-
CMYK00.890.320.72
HSL321.9º79.75%15.49%-
HSV(B)321.9º88.73%27.84%-
XYZ3.221.732.96-
YUV31.4137.37156.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.91%
GREEN value IS 8 (3.52% from 255) = 6.30%
BLUE value IS 48 (19.14% from 255) = 37.80%
R=55.91%
G=6.30%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7184800.890.320.72321.979.7515.49
Hex47830059204814250f
Octal107106001314011050212017
Binary1000111100011000001011001100000100100010100001010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470830; }

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

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

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

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

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

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

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

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