#480730

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

Shades of Blackberry #480730

Tints of Blackberry #480730

Color information

#480730 (or 0x480730) is unknown color: approx Blackberry. HEX triplet: 48, 07 and 30. RGB value is (72,7,48). Sum of RGB (Red+Green+Blue) = 72+7+48=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #480730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480730 is #B7F8CF. Grayscale: #1F1F1F. Windows color (decimal): -12056784 or 3147592. OLE color: 3147592.

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

Color convert

RGB72748-
CMYK00.900.330.72
HSL322.15º82.28%15.49%-
HSV(B)322.15º90.28%28.24%-
XYZ3.281.742.96-
YUV31.11137.53157.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.69%
GREEN value IS 7 (3.12% from 255) = 5.51%
BLUE value IS 48 (19.14% from 255) = 37.80%
R=56.69%
G=5.51%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7274800.900.330.72322.1582.2815.49
Hex4873005A214814252f
Octal11076001324111050212217
Binary100100011111000001011010100001100100010100001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480730; }

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

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

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

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

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

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

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

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