#480228

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

Shades of Blackberry #480228

Tints of Blackberry #480228

Color information

#480228 (or 0x480228) is unknown color: approx Blackberry. HEX triplet: 48, 02 and 28. RGB value is (72,2,40). Sum of RGB (Red+Green+Blue) = 72+2+40=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #480228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480228 is #B7FDD7. Grayscale: #1B1B1B. Windows color (decimal): -12058072 or 2622024. OLE color: 2622024.

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

Color convert

RGB72240-
CMYK00.970.440.72
HSL327.43º94.59%14.51%-
HSV(B)327.43º97.22%28.24%-
XYZ3.081.572.15-
YUV27.26135.19159.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.16%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=63.16%
G=1.75%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7224000.970.440.72327.4394.5914.51
Hex482280612C481475ff
Octal11025001415411050713717
Binary10010001010100001100001101100100100010100011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480228; }

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

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

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

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

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

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

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

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