#480834

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

Shades of Blackberry #480834

Tints of Blackberry #480834

Color information

#480834 (or 0x480834) is unknown color: approx Blackberry. HEX triplet: 48, 08 and 34. RGB value is (72,8,52). Sum of RGB (Red+Green+Blue) = 72+8+52=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #480834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480834 is #B7F7CB. Grayscale: #202020. Windows color (decimal): -12056524 or 3409992. OLE color: 3409992.

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

Color convert

RGB72852-
CMYK00.890.280.72
HSL318.75º80%15.69%-
HSV(B)318.75º88.89%28.24%-
XYZ3.381.83.42-
YUV32.15139.2156.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.55%
GREEN value IS 8 (3.52% from 255) = 6.06%
BLUE value IS 52 (20.70% from 255) = 39.39%
R=54.55%
G=6.06%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7285200.890.280.72318.758015.69
Hex488340591C4813f5010
Octal110106401313411047712020
Binary1001000100011010001011001111001001000100111111101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480834; }

 p { color: rgb(72,8,52); }

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

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

 a { background-color: rgb(72,8,52); }

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

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

 span { border-color: rgb(72,8,52); }

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