#480222

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

Shades of Blackberry #480222

Tints of Blackberry #480222

Color information

#480222 (or 0x480222) is unknown color: approx Blackberry. HEX triplet: 48, 02 and 22. RGB value is (72,2,34). Sum of RGB (Red+Green+Blue) = 72+2+34=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 34 (13.67% from 255 or 31.48% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #480222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480222 is #B7FDDD. Grayscale: #1A1A1A. Windows color (decimal): -12058078 or 2228808. OLE color: 2228808.

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

Color convert

RGB72234-
CMYK00.970.530.72
HSL332.57º94.59%14.51%-
HSV(B)332.57º97.22%28.24%-
XYZ2.981.541.65-
YUV26.58132.19160.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.67%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 34 (13.67% from 255) = 31.48%
R=66.67%
G=1.85%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7223400.970.530.72332.5794.5914.51
Hex48222061354814d5ff
Octal11024201416511051513717
Binary10010001010001001100001110101100100010100110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480222; }

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

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

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

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

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

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

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

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