#480121

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

Shades of Blackberry #480121

Tints of Blackberry #480121

Color information

#480121 (or 0x480121) is unknown color: approx Blackberry. HEX triplet: 48, 01 and 21. RGB value is (72,1,33). Sum of RGB (Red+Green+Blue) = 72+1+33=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #480121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480121 is #B7FEDE. Grayscale: #191919. Windows color (decimal): -12058335 or 2163016. OLE color: 2163016.

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

Color convert

RGB72133-
CMYK00.990.540.72
HSL332.96º97.26%14.31%-
HSV(B)332.96º98.61%28.24%-
XYZ2.961.511.57-
YUV25.88132.02160.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.92%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=67.92%
G=0.94%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7213300.990.540.72332.9697.2614.31
Hex48121063364814d61e
Octal11014101436611051514116
Binary1001000110000101100011110110100100010100110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480121; }

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

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

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

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

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

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

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

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