#480133

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

Shades of Blackberry #480133

Tints of Blackberry #480133

Color information

#480133 (or 0x480133) is unknown color: approx Blackberry. HEX triplet: 48, 01 and 33. RGB value is (72,1,51). Sum of RGB (Red+Green+Blue) = 72+1+51=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #480133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480133 is #B7FECC. Grayscale: #1B1B1B. Windows color (decimal): -12058317 or 3342664. OLE color: 3342664.

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

Color convert

RGB72151-
CMYK00.990.290.72
HSL317.75º97.26%14.31%-
HSV(B)317.75º98.61%28.24%-
XYZ3.281.643.28-
YUV27.93141.02159.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.06%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 51 (20.31% from 255) = 41.13%
R=58.06%
G=0.81%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7215100.990.290.72317.7597.2614.31
Hex481330631D4813e61e
Octal11016301433511047614116
Binary100100011100110110001111101100100010011111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480133; }

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

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

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

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

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

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

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

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