#480F30

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

Shades of Blackberry #480F30

Tints of Blackberry #480F30

Color information

#480F30 (or 0x480F30) is unknown color: approx Blackberry. HEX triplet: 48, 0F and 30. RGB value is (72,15,48). Sum of RGB (Red+Green+Blue) = 72+15+48=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #480F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F30 is #B7F0CF. Grayscale: #232323. Windows color (decimal): -12054736 or 3149640. OLE color: 3149640.

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

Color convert

RGB721548-
CMYK00.790.330.72
HSL325.26º65.52%17.06%-
HSV(B)325.26º79.17%28.24%-
XYZ3.381.932.99-
YUV35.8134.88153.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 15 (6.25% from 255) = 11.11%
BLUE value IS 48 (19.14% from 255) = 35.56%
R=53.33%
G=11.11%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72154800.790.330.72325.2665.5217.06
Hex48F3004F21481454211
Octal110176001174111050510221
Binary10010001111110000010011111000011001000101000101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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