#480734

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

Shades of Blackberry #480734

Tints of Blackberry #480734

Color information

#480734 (or 0x480734) is unknown color: approx Blackberry. HEX triplet: 48, 07 and 34. RGB value is (72,7,52). Sum of RGB (Red+Green+Blue) = 72+7+52=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #480734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480734 is #B7F8CB. Grayscale: #1F1F1F. Windows color (decimal): -12056780 or 3409736. OLE color: 3409736.

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

Color convert

RGB72752-
CMYK00.900.280.72
HSL318.46º82.28%15.49%-
HSV(B)318.46º90.28%28.24%-
XYZ3.371.783.41-
YUV31.56139.53156.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 7 (3.12% from 255) = 5.34%
BLUE value IS 52 (20.70% from 255) = 39.69%
R=54.96%
G=5.34%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7275200.900.280.72318.4682.2815.49
Hex4873405A1C4813e52f
Octal11076401323411047612217
Binary10010001111101000101101011100100100010011111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480734; }

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

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

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

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

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

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

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

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