#481132

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

Shades of Blackberry #481132

Tints of Blackberry #481132

Color information

#481132 (or 0x481132) is unknown color: approx Blackberry. HEX triplet: 48, 11 and 32. RGB value is (72,17,50). Sum of RGB (Red+Green+Blue) = 72+17+50=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #481132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481132 is #B7EECD. Grayscale: #252525. Windows color (decimal): -12054222 or 3281224. OLE color: 3281224.

HSL color Cylindrical-coordinate representation of color #481132: hue angle of 324º 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 #481132 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB721750-
CMYK00.760.310.72
HSL324º61.8%17.45%-
HSV(B)324º76.39%28.24%-
XYZ3.452.013.22-
YUV37.21135.22152.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 17 (7.03% from 255) = 12.23%
BLUE value IS 50 (19.92% from 255) = 35.97%
R=51.80%
G=12.23%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72175000.760.310.7232461.817.45
Hex48113204C1F481443e11
Octal11021620114371105047621
Binary1001000100011100100100110011111100100010100010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481132; }

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

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

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

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

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

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

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

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