#480122

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

Shades of Blackberry #480122

Tints of Blackberry #480122

Color information

#480122 (or 0x480122) is unknown color: approx Blackberry. HEX triplet: 48, 01 and 22. RGB value is (72,1,34). Sum of RGB (Red+Green+Blue) = 72+1+34=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 34 (13.67% from 255 or 31.78% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #480122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480122 is #B7FEDD. Grayscale: #191919. Windows color (decimal): -12058334 or 2228552. OLE color: 2228552.

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

Color convert

RGB72134-
CMYK00.990.530.72
HSL332.11º97.26%14.31%-
HSV(B)332.11º98.61%28.24%-
XYZ2.971.511.65-
YUV25.99132.52160.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.29%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 34 (13.67% from 255) = 31.78%
R=67.29%
G=0.93%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7213400.990.530.72332.1197.2614.31
Hex48122063354814c61e
Octal11014201436511051414116
Binary1001000110001001100011110101100100010100110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480122; }

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

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

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

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

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

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

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

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