#480221

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

Shades of Blackberry #480221

Tints of Blackberry #480221

Color information

#480221 (or 0x480221) is unknown color: approx Blackberry. HEX triplet: 48, 02 and 21. RGB value is (72,2,33). Sum of RGB (Red+Green+Blue) = 72+2+33=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #480221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480221 is #B7FDDE. Grayscale: #1A1A1A. Windows color (decimal): -12058079 or 2163272. OLE color: 2163272.

HSL color Cylindrical-coordinate representation of color #480221: hue angle of 333.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 #480221 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB72233-
CMYK00.970.540.72
HSL333.43º94.59%14.51%-
HSV(B)333.43º97.22%28.24%-
XYZ2.971.531.58-
YUV26.46131.69160.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.29%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 33 (13.28% from 255) = 30.84%
R=67.29%
G=1.87%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7223300.970.540.72333.4394.5914.51
Hex48221061364814d5ff
Octal11024101416611051513717
Binary10010001010000101100001110110100100010100110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480221; }

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

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

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

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

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

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

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

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