#480F2D

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

Shades of Blackberry #480F2D

Tints of Blackberry #480F2D

Color information

#480F2D (or 0x480F2D) is unknown color: approx Blackberry. HEX triplet: 48, 0F and 2D. RGB value is (72,15,45). Sum of RGB (Red+Green+Blue) = 72+15+45=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #480F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F2D is #B7F0D2. Grayscale: #232323. Windows color (decimal): -12054739 or 2953032. OLE color: 2953032.

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

Color convert

RGB721545-
CMYK00.790.380.72
HSL328.42º65.52%17.06%-
HSV(B)328.42º79.17%28.24%-
XYZ3.321.912.68-
YUV35.46133.38154.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.55%
GREEN value IS 15 (6.25% from 255) = 11.36%
BLUE value IS 45 (17.97% from 255) = 34.09%
R=54.55%
G=11.36%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72154500.790.380.72328.4265.5217.06
Hex48F2D04F26481484211
Octal110175501174611051010221
Binary10010001111101101010011111001101001000101001000100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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