#480429

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

Shades of Blackberry #480429

Tints of Blackberry #480429

Color information

#480429 (or 0x480429) is unknown color: approx Blackberry. HEX triplet: 48, 04 and 29. RGB value is (72,4,41). Sum of RGB (Red+Green+Blue) = 72+4+41=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #480429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480429 is #B7FBD6. Grayscale: #1C1C1C. Windows color (decimal): -12057559 or 2688072. OLE color: 2688072.

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

Color convert

RGB72441-
CMYK00.940.430.72
HSL327.35º89.47%14.9%-
HSV(B)327.35º94.44%28.24%-
XYZ3.121.622.25-
YUV28.55135.03158.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.54%
GREEN value IS 4 (1.95% from 255) = 3.42%
BLUE value IS 41 (16.41% from 255) = 35.04%
R=61.54%
G=3.42%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7244100.940.430.72327.3589.4714.9
Hex4842905E2B4814759f
Octal11045101365311050713117
Binary100100010010100101011110101011100100010100011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480429; }

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

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

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

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

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

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

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

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