#481337

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

Shades of Blackberry #481337

Tints of Blackberry #481337

Color information

#481337 (or 0x481337) is unknown color: approx Blackberry. HEX triplet: 48, 13 and 37. RGB value is (72,19,55). Sum of RGB (Red+Green+Blue) = 72+19+55=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #481337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481337 is #B7ECC8. Grayscale: #262626. Windows color (decimal): -12053705 or 3609416. OLE color: 3609416.

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

Color convert

RGB721955-
CMYK00.740.240.72
HSL319.25º58.24%17.84%-
HSV(B)319.25º73.61%28.24%-
XYZ3.592.123.83-
YUV38.95137.06151.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 19 (7.81% from 255) = 13.01%
BLUE value IS 55 (21.88% from 255) = 37.67%
R=49.32%
G=13.01%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72195500.740.240.72319.2558.2417.84
Hex48133704A184813f3a12
Octal11023670112301104777222
Binary1001000100111101110100101011000100100010011111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481337; }

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

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

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

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

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

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

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

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