#480132

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

Shades of Blackberry #480132

Tints of Blackberry #480132

Color information

#480132 (or 0x480132) is unknown color: approx Blackberry. HEX triplet: 48, 01 and 32. RGB value is (72,1,50). Sum of RGB (Red+Green+Blue) = 72+1+50=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #480132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480132 is #B7FECD. Grayscale: #1B1B1B. Windows color (decimal): -12058318 or 3277128. OLE color: 3277128.

HSL color Cylindrical-coordinate representation of color #480132: hue angle of 318.59º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480132 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB72150-
CMYK00.990.310.72
HSL318.59º97.26%14.31%-
HSV(B)318.59º98.61%28.24%-
XYZ3.261.633.16-
YUV27.82140.52159.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.54%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 50 (19.92% from 255) = 40.65%
R=58.54%
G=0.81%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7215000.990.310.72318.5997.2614.31
Hex481320631F4813f61e
Octal11016201433711047714116
Binary100100011100100110001111111100100010011111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480132; }

 p { color: rgb(72,1,50); }

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

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

 a { background-color: rgb(72,1,50); }

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

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

 span { border-color: rgb(72,1,50); }

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