#480032

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

Shades of Blackberry #480032

Tints of Blackberry #480032

Color information

#480032 (or 0x480032) is unknown color: approx Blackberry. HEX triplet: 48, 00 and 32. RGB value is (72,0,50). Sum of RGB (Red+Green+Blue) = 72+0+50=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #480032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480032 is #B7FFCD. Grayscale: #1B1B1B. Windows color (decimal): -12058574 or 3276872. OLE color: 3276872.

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

Color convert

RGB72050-
CMYK010.310.72
HSL318.33º100%14.12%-
HSV(B)318.33º100%28.24%-
XYZ3.251.613.16-
YUV27.23140.85159.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 40.98%
R=59.02%
G=0%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72050010.310.72318.3310014.12
Hex480320641F4813e64e
Octal11006201443711047614416
Binary100100001100100110010011111100100010011111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480032; }

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

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

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

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

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

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

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

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