#481332

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

Shades of Blackberry #481332

Tints of Blackberry #481332

Color information

#481332 (or 0x481332) is unknown color: approx Blackberry. HEX triplet: 48, 13 and 32. RGB value is (72,19,50). Sum of RGB (Red+Green+Blue) = 72+19+50=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #481332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481332 is #B7ECCD. Grayscale: #262626. Windows color (decimal): -12053710 or 3281736. OLE color: 3281736.

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

Color convert

RGB721950-
CMYK00.740.310.72
HSL324.91º58.24%17.84%-
HSV(B)324.91º73.61%28.24%-
XYZ3.482.073.23-
YUV38.38134.56151.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 19 (7.81% from 255) = 13.48%
BLUE value IS 50 (19.92% from 255) = 35.46%
R=51.06%
G=13.48%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72195000.740.310.72324.9158.2417.84
Hex48133204A1F481453a12
Octal11023620112371105057222
Binary1001000100111100100100101011111100100010100010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481332; }

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

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

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

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

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

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

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

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