#480433

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

Shades of Blackberry #480433

Tints of Blackberry #480433

Color information

#480433 (or 0x480433) is unknown color: approx Blackberry. HEX triplet: 48, 04 and 33. RGB value is (72,4,51). Sum of RGB (Red+Green+Blue) = 72+4+51=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #480433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480433 is #B7FBCC. Grayscale: #1D1D1D. Windows color (decimal): -12057549 or 3343432. OLE color: 3343432.

HSL color Cylindrical-coordinate representation of color #480433: hue angle of 318.53º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480433 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB72451-
CMYK00.940.290.72
HSL318.53º89.47%14.9%-
HSV(B)318.53º94.44%28.24%-
XYZ3.311.73.29-
YUV29.69140.03158.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.69%
GREEN value IS 4 (1.95% from 255) = 3.15%
BLUE value IS 51 (20.31% from 255) = 40.16%
R=56.69%
G=3.15%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7245100.940.290.72318.5389.4714.9
Hex4843305E1D4813f59f
Octal11046301363511047713117
Binary10010001001100110101111011101100100010011111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480433; }

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

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

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

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

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

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

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

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