#480D3B

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

Shades of Blackberry #480D3B

Tints of Blackberry #480D3B

Color information

#480D3B (or 0x480D3B) is unknown color: approx Blackberry. HEX triplet: 48, 0D and 3B. RGB value is (72,13,59). Sum of RGB (Red+Green+Blue) = 72+13+59=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #480D3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D3B is #B7F2C4. Grayscale: #232323. Windows color (decimal): -12055237 or 3870024. OLE color: 3870024.

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

Color convert

RGB721359-
CMYK00.820.180.72
HSL313.22º69.41%16.67%-
HSV(B)313.22º81.94%28.24%-
XYZ3.611.984.33-
YUV35.88141.05153.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 13 (5.47% from 255) = 9.03%
BLUE value IS 59 (23.44% from 255) = 40.97%
R=50%
G=9.03%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72135900.820.180.72313.2269.4116.67
Hex48D3B05212481394511
Octal110157301222211047110521
Binary1001000110111101101010010100101001000100111001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,13,59); }

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

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

 a { background-color: rgb(72,13,59); }

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

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

 span { border-color: rgb(72,13,59); }

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