#480128

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

Shades of Blackberry #480128

Tints of Blackberry #480128

Color information

#480128 (or 0x480128) is unknown color: approx Blackberry. HEX triplet: 48, 01 and 28. RGB value is (72,1,40). Sum of RGB (Red+Green+Blue) = 72+1+40=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #480128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480128 is #B7FED7. Grayscale: #1A1A1A. Windows color (decimal): -12058328 or 2621768. OLE color: 2621768.

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

Color convert

RGB72140-
CMYK00.990.440.72
HSL327.04º97.26%14.31%-
HSV(B)327.04º98.61%28.24%-
XYZ3.071.552.15-
YUV26.67135.52160.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.72%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 40 (16.02% from 255) = 35.40%
R=63.72%
G=0.88%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7214000.990.440.72327.0497.2614.31
Hex481280632C4814761e
Octal11015001435411050714116
Binary1001000110100001100011101100100100010100011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480128; }

 p { color: rgb(72,1,40); }

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

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

 a { background-color: rgb(72,1,40); }

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

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

 span { border-color: rgb(72,1,40); }

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