#480337

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

Shades of Blackberry #480337

Tints of Blackberry #480337

Color information

#480337 (or 0x480337) is unknown color: approx Blackberry. HEX triplet: 48, 03 and 37. RGB value is (72,3,55). Sum of RGB (Red+Green+Blue) = 72+3+55=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #480337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480337 is #B7FCC8. Grayscale: #1D1D1D. Windows color (decimal): -12057801 or 3605320. OLE color: 3605320.

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

Color convert

RGB72355-
CMYK00.960.240.72
HSL314.78º92%14.71%-
HSV(B)314.78º95.83%28.24%-
XYZ3.391.723.77-
YUV29.56142.36158.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 3 (1.56% from 255) = 2.31%
BLUE value IS 55 (21.88% from 255) = 42.31%
R=55.38%
G=2.31%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7235500.960.240.72314.789214.71
Hex48337060184813b5cf
Octal11036701403011047313417
Binary1001000111101110110000011000100100010011101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480337; }

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

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

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

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

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

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

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

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