#480831

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

Shades of Blackberry #480831

Tints of Blackberry #480831

Color information

#480831 (or 0x480831) is unknown color: approx Blackberry. HEX triplet: 48, 08 and 31. RGB value is (72,8,49). Sum of RGB (Red+Green+Blue) = 72+8+49=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #480831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480831 is #B7F7CE. Grayscale: #1F1F1F. Windows color (decimal): -12056527 or 3213384. OLE color: 3213384.

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

Color convert

RGB72849-
CMYK00.890.320.72
HSL321.56º80%15.69%-
HSV(B)321.56º88.89%28.24%-
XYZ3.311.773.07-
YUV31.81137.7156.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 49 (19.53% from 255) = 37.98%
R=55.81%
G=6.20%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7284900.890.320.72321.568015.69
Hex4883105920481425010
Octal110106101314011050212020
Binary10010001000110001010110011000001001000101000010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480831; }

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

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

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

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

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

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

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

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