#480332

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

Shades of Blackberry #480332

Tints of Blackberry #480332

Color information

#480332 (or 0x480332) is unknown color: approx Blackberry. HEX triplet: 48, 03 and 32. RGB value is (72,3,50). Sum of RGB (Red+Green+Blue) = 72+3+50=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #480332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480332 is #B7FCCD. Grayscale: #1C1C1C. Windows color (decimal): -12057806 or 3277640. OLE color: 3277640.

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

Color convert

RGB72350-
CMYK00.960.310.72
HSL319.13º92%14.71%-
HSV(B)319.13º95.83%28.24%-
XYZ3.281.673.17-
YUV28.99139.86158.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.6%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 50 (19.92% from 255) = 40%
R=57.6%
G=2.4%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7235000.960.310.72319.139214.71
Hex483320601F4813f5cf
Octal11036201403711047713417
Binary1001000111100100110000011111100100010011111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480332; }

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

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

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

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

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

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

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

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