#480339

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

Shades of Blackberry #480339

Tints of Blackberry #480339

Color information

#480339 (or 0x480339) is unknown color: approx Blackberry. HEX triplet: 48, 03 and 39. RGB value is (72,3,57). Sum of RGB (Red+Green+Blue) = 72+3+57=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #480339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480339 is #B7FCC6. Grayscale: #1D1D1D. Windows color (decimal): -12057799 or 3736392. OLE color: 3736392.

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

Color convert

RGB72357-
CMYK00.960.210.72
HSL313.04º92%14.71%-
HSV(B)313.04º95.83%28.24%-
XYZ3.441.744.02-
YUV29.79143.36158.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.55%
GREEN value IS 3 (1.56% from 255) = 2.27%
BLUE value IS 57 (22.66% from 255) = 43.18%
R=54.55%
G=2.27%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7235700.960.210.72313.049214.71
Hex4833906015481395cf
Octal11037101402511047113417
Binary1001000111110010110000010101100100010011100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480339; }

 p { color: rgb(72,3,57); }

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

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

 a { background-color: rgb(72,3,57); }

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

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

 span { border-color: rgb(72,3,57); }

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