#480830

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

Shades of Blackberry #480830

Tints of Blackberry #480830

Color information

#480830 (or 0x480830) is unknown color: approx Blackberry. HEX triplet: 48, 08 and 30. RGB value is (72,8,48). Sum of RGB (Red+Green+Blue) = 72+8+48=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #480830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480830 is #B7F7CF. Grayscale: #1F1F1F. Windows color (decimal): -12056528 or 3147848. OLE color: 3147848.

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

Color convert

RGB72848-
CMYK00.890.330.72
HSL322.5º80%15.69%-
HSV(B)322.5º88.89%28.24%-
XYZ3.291.762.96-
YUV31.7137.2156.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.25%
GREEN value IS 8 (3.52% from 255) = 6.25%
BLUE value IS 48 (19.14% from 255) = 37.5%
R=56.25%
G=6.25%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7284800.890.330.72322.58015.69
Hex4883005921481425010
Octal110106001314111050212020
Binary10010001000110000010110011000011001000101000010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480830; }

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

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

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

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

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

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

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

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