#481532

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

Shades of Blackberry #481532

Tints of Blackberry #481532

Color information

#481532 (or 0x481532) is unknown color: approx Blackberry. HEX triplet: 48, 15 and 32. RGB value is (72,21,50). Sum of RGB (Red+Green+Blue) = 72+21+50=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #481532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481532 is #B7EACD. Grayscale: #272727. Windows color (decimal): -12053198 or 3282248. OLE color: 3282248.

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

Color convert

RGB722150-
CMYK00.710.310.72
HSL325.88º54.84%18.24%-
HSV(B)325.88º70.83%28.24%-
XYZ3.522.143.25-
YUV39.56133.9151.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.35%
GREEN value IS 21 (8.59% from 255) = 14.69%
BLUE value IS 50 (19.92% from 255) = 34.97%
R=50.35%
G=14.69%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72215000.710.310.72325.8854.8418.24
Hex4815320471F481463712
Octal11025620107371105066722
Binary1001000101011100100100011111111100100010100011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481532; }

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

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

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

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

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

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

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

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