#480F39

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

Shades of Blackberry #480F39

Tints of Blackberry #480F39

Color information

#480F39 (or 0x480F39) is unknown color: approx Blackberry. HEX triplet: 48, 0F and 39. RGB value is (72,15,57). Sum of RGB (Red+Green+Blue) = 72+15+57=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #480F39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F39 is #B7F0C6. Grayscale: #242424. Windows color (decimal): -12054727 or 3739464. OLE color: 3739464.

HSL color Cylindrical-coordinate representation of color #480F39: hue angle of 315.79º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #480F39 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB721557-
CMYK00.790.210.72
HSL315.79º65.52%17.06%-
HSV(B)315.79º79.17%28.24%-
XYZ3.582.014.07-
YUV36.83139.38153.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 10.42%
BLUE value IS 57 (22.66% from 255) = 39.58%
R=50%
G=10.42%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72155700.790.210.72315.7965.5217.06
Hex48F3904F154813c4211
Octal110177101172511047410221
Binary1001000111111100101001111101011001000100111100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480F39; }

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

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

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

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

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

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

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

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