#480F2B

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

Shades of Blackberry #480F2B

Tints of Blackberry #480F2B

Color information

#480F2B (or 0x480F2B) is unknown color: approx Blackberry. HEX triplet: 48, 0F and 2B. RGB value is (72,15,43). Sum of RGB (Red+Green+Blue) = 72+15+43=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #480F2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F2B is #B7F0D4. Grayscale: #232323. Windows color (decimal): -12054741 or 2821960. OLE color: 2821960.

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

Color convert

RGB721543-
CMYK00.790.400.72
HSL330.53º65.52%17.06%-
HSV(B)330.53º79.17%28.24%-
XYZ3.281.892.48-
YUV35.24132.38154.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 15 (6.25% from 255) = 11.54%
BLUE value IS 43 (17.19% from 255) = 33.08%
R=55.38%
G=11.54%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72154300.790.400.72330.5365.5217.06
Hex48F2B04F284814b4211
Octal110175301175011051310221
Binary10010001111101011010011111010001001000101001011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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