#480930

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

Shades of Blackberry #480930

Tints of Blackberry #480930

Color information

#480930 (or 0x480930) is unknown color: approx Blackberry. HEX triplet: 48, 09 and 30. RGB value is (72,9,48). Sum of RGB (Red+Green+Blue) = 72+9+48=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #480930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480930 is #B7F6CF. Grayscale: #202020. Windows color (decimal): -12056272 or 3148104. OLE color: 3148104.

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

Color convert

RGB72948-
CMYK00.880.330.72
HSL322.86º77.78%15.88%-
HSV(B)322.86º87.5%28.24%-
XYZ3.31.792.97-
YUV32.28136.87156.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 48 (19.14% from 255) = 37.21%
R=55.81%
G=6.98%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7294800.880.330.72322.8677.7815.88
Hex4893005821481434e10
Octal110116001304111050311620
Binary10010001001110000010110001000011001000101000011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480930; }

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

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

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

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

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

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

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

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