#480D31

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

Shades of Blackberry #480D31

Tints of Blackberry #480D31

Color information

#480D31 (or 0x480D31) is unknown color: approx Blackberry. HEX triplet: 48, 0D and 31. RGB value is (72,13,49). Sum of RGB (Red+Green+Blue) = 72+13+49=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #480D31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D31 is #B7F2CE. Grayscale: #222222. Windows color (decimal): -12055247 or 3214664. OLE color: 3214664.

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

Color convert

RGB721349-
CMYK00.820.320.72
HSL323.39º69.41%16.67%-
HSV(B)323.39º81.94%28.24%-
XYZ3.371.893.09-
YUV34.74136.05154.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 13 (5.47% from 255) = 9.70%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=53.73%
G=9.70%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72134900.820.320.72323.3969.4116.67
Hex48D3105220481434511
Octal110156101224011050310521
Binary10010001101110001010100101000001001000101000011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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