#481032

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

Shades of Blackberry #481032

Tints of Blackberry #481032

Color information

#481032 (or 0x481032) is unknown color: approx Blackberry. HEX triplet: 48, 10 and 32. RGB value is (72,16,50). Sum of RGB (Red+Green+Blue) = 72+16+50=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #481032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481032 is #B7EFCD. Grayscale: #242424. Windows color (decimal): -12054478 or 3280968. OLE color: 3280968.

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

Color convert

RGB721650-
CMYK00.780.310.72
HSL323.57º63.64%17.25%-
HSV(B)323.57º77.78%28.24%-
XYZ3.431.983.22-
YUV36.62135.55153.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 16 (6.64% from 255) = 11.59%
BLUE value IS 50 (19.92% from 255) = 36.23%
R=52.17%
G=11.59%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72165000.780.310.72323.5763.6417.25
Hex48103204E1F481444011
Octal110206201163711050410021
Binary10010001000011001001001110111111001000101000100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481032; }

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

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

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

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

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

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

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

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