#480529

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

Shades of Blackberry #480529

Tints of Blackberry #480529

Color information

#480529 (or 0x480529) is unknown color: approx Blackberry. HEX triplet: 48, 05 and 29. RGB value is (72,5,41). Sum of RGB (Red+Green+Blue) = 72+5+41=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #480529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480529 is #B7FAD6. Grayscale: #1D1D1D. Windows color (decimal): -12057303 or 2688328. OLE color: 2688328.

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

Color convert

RGB72541-
CMYK00.930.430.72
HSL327.76º87.01%15.1%-
HSV(B)327.76º93.06%28.24%-
XYZ3.131.652.25-
YUV29.14134.7158.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.02%
GREEN value IS 5 (2.34% from 255) = 4.24%
BLUE value IS 41 (16.41% from 255) = 34.75%
R=61.02%
G=4.24%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7254100.930.430.72327.7687.0115.1
Hex4852905D2B4814857f
Octal11055101355311051012717
Binary100100010110100101011101101011100100010100100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480529; }

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

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

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

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

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

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

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

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