#481533

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

Shades of Blackberry #481533

Tints of Blackberry #481533

Color information

#481533 (or 0x481533) is unknown color: approx Blackberry. HEX triplet: 48, 15 and 33. RGB value is (72,21,51). Sum of RGB (Red+Green+Blue) = 72+21+51=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #481533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481533 is #B7EACC. Grayscale: #272727. Windows color (decimal): -12053197 or 3347784. OLE color: 3347784.

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

Color convert

RGB722151-
CMYK00.710.290.72
HSL324.71º54.84%18.24%-
HSV(B)324.71º70.83%28.24%-
XYZ3.542.153.36-
YUV39.67134.4151.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 51 (20.31% from 255) = 35.42%
R=50%
G=14.58%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72215100.710.290.72324.7154.8418.24
Hex4815330471D481453712
Octal11025630107351105056722
Binary1001000101011100110100011111101100100010100010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481533; }

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

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

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

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

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

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

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

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