#480D2B

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

Shades of Blackberry #480D2B

Tints of Blackberry #480D2B

Color information

#480D2B (or 0x480D2B) is unknown color: approx Blackberry. HEX triplet: 48, 0D and 2B. RGB value is (72,13,43). Sum of RGB (Red+Green+Blue) = 72+13+43=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #480D2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D2B is #B7F2D4. Grayscale: #222222. Windows color (decimal): -12055253 or 2821448. OLE color: 2821448.

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

Color convert

RGB721343-
CMYK00.820.400.72
HSL329.49º69.41%16.67%-
HSV(B)329.49º81.94%28.24%-
XYZ3.251.842.47-
YUV34.06133.05155.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.25%
GREEN value IS 13 (5.47% from 255) = 10.16%
BLUE value IS 43 (17.19% from 255) = 33.59%
R=56.25%
G=10.16%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72134300.820.400.72329.4969.4116.67
Hex48D2B05228481494511
Octal110155301225011051110521
Binary10010001101101011010100101010001001000101001001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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