#480028

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

Shades of Blackberry #480028

Tints of Blackberry #480028

Color information

#480028 (or 0x480028) is unknown color: approx Blackberry. HEX triplet: 48, 00 and 28. RGB value is (72,0,40). Sum of RGB (Red+Green+Blue) = 72+0+40=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #480028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480028 is #B7FFD7. Grayscale: #1A1A1A. Windows color (decimal): -12058584 or 2621512. OLE color: 2621512.

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

Color convert

RGB72040-
CMYK010.440.72
HSL326.67º100%14.12%-
HSV(B)326.67º100%28.24%-
XYZ3.061.532.14-
YUV26.09135.85160.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 35.71%
R=64.29%
G=0%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72040010.440.72326.6710014.12
Hex480280642C4814764e
Octal11005001445411050714416
Binary1001000010100001100100101100100100010100011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480028; }

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

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

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

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

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

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

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

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