#480F3A

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

Shades of Blackberry #480F3A

Tints of Blackberry #480F3A

Color information

#480F3A (or 0x480F3A) is unknown color: approx Blackberry. HEX triplet: 48, 0F and 3A. RGB value is (72,15,58). Sum of RGB (Red+Green+Blue) = 72+15+58=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #480F3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F3A is #B7F0C5. Grayscale: #242424. Windows color (decimal): -12054726 or 3805000. OLE color: 3805000.

HSL color Cylindrical-coordinate representation of color #480F3A: hue angle of 314.74º 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 #480F3A is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB721558-
CMYK00.790.190.72
HSL314.74º65.52%17.06%-
HSV(B)314.74º79.17%28.24%-
XYZ3.612.024.2-
YUV36.94139.88153-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 15 (6.25% from 255) = 10.34%
BLUE value IS 58 (23.05% from 255) = 40%
R=49.66%
G=10.34%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72155800.790.190.72314.7465.5217.06
Hex48F3A04F134813b4211
Octal110177201172311047310221
Binary1001000111111101001001111100111001000100111011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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