#480533

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

Shades of Blackberry #480533

Tints of Blackberry #480533

Color information

#480533 (or 0x480533) is unknown color: approx Blackberry. HEX triplet: 48, 05 and 33. RGB value is (72,5,51). Sum of RGB (Red+Green+Blue) = 72+5+51=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #480533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480533 is #B7FACC. Grayscale: #1E1E1E. Windows color (decimal): -12057293 or 3343688. OLE color: 3343688.

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

Color convert

RGB72551-
CMYK00.930.290.72
HSL318.81º87.01%15.1%-
HSV(B)318.81º93.06%28.24%-
XYZ3.321.733.29-
YUV30.28139.7157.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.25%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 51 (20.31% from 255) = 39.84%
R=56.25%
G=3.91%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7255100.930.290.72318.8187.0115.1
Hex4853305D1D4813f57f
Octal11056301353511047712717
Binary10010001011100110101110111101100100010011111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480533; }

 p { color: rgb(72,5,51); }

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

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

 a { background-color: rgb(72,5,51); }

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

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

 span { border-color: rgb(72,5,51); }

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