#481431

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

Shades of Blackberry #481431

Tints of Blackberry #481431

Color information

#481431 (or 0x481431) is unknown color: approx Blackberry. HEX triplet: 48, 14 and 31. RGB value is (72,20,49). Sum of RGB (Red+Green+Blue) = 72+20+49=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #481431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481431 is #B7EBCE. Grayscale: #262626. Windows color (decimal): -12053455 or 3216456. OLE color: 3216456.

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

Color convert

RGB722049-
CMYK00.720.320.72
HSL326.54º56.52%18.04%-
HSV(B)326.54º72.22%28.24%-
XYZ3.482.13.13-
YUV38.85133.73151.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 20 (8.20% from 255) = 14.18%
BLUE value IS 49 (19.53% from 255) = 34.75%
R=51.06%
G=14.18%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72204900.720.320.72326.5456.5218.04
Hex48143104820481473912
Octal11024610110401105077122
Binary10010001010011000101001000100000100100010100011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481431; }

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

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

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

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

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

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

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

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