#481531

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

Shades of Blackberry #481531

Tints of Blackberry #481531

Color information

#481531 (or 0x481531) is unknown color: approx Blackberry. HEX triplet: 48, 15 and 31. RGB value is (72,21,49). Sum of RGB (Red+Green+Blue) = 72+21+49=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #481531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481531 is #B7EACE. Grayscale: #272727. Windows color (decimal): -12053199 or 3216712. OLE color: 3216712.

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

Color convert

RGB722149-
CMYK00.710.320.72
HSL327.06º54.84%18.24%-
HSV(B)327.06º70.83%28.24%-
XYZ3.52.143.13-
YUV39.44133.4151.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 49 (19.53% from 255) = 34.51%
R=50.70%
G=14.79%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72214900.710.320.72327.0654.8418.24
Hex48153104720481473712
Octal11025610107401105076722
Binary10010001010111000101000111100000100100010100011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481531; }

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

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

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

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

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

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

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

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