#481131

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

Shades of Blackberry #481131

Tints of Blackberry #481131

Color information

#481131 (or 0x481131) is unknown color: approx Blackberry. HEX triplet: 48, 11 and 31. RGB value is (72,17,49). Sum of RGB (Red+Green+Blue) = 72+17+49=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #481131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481131 is #B7EECE. Grayscale: #252525. Windows color (decimal): -12054223 or 3215688. OLE color: 3215688.

HSL color Cylindrical-coordinate representation of color #481131: hue angle of 325.09º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481131 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB721749-
CMYK00.760.320.72
HSL325.09º61.8%17.45%-
HSV(B)325.09º76.39%28.24%-
XYZ3.4323.11-
YUV37.09134.72152.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 17 (7.03% from 255) = 12.32%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=52.17%
G=12.32%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72174900.760.320.72325.0961.817.45
Hex48113104C20481453e11
Octal11021610114401105057621
Binary10010001000111000101001100100000100100010100010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481131; }

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

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

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

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

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

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

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

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