#481B39

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

Shades of Blackberry #481B39

Tints of Blackberry #481B39

Color information

#481B39 (or 0x481B39) is unknown color: approx Blackberry. HEX triplet: 48, 1B and 39. RGB value is (72,27,57). Sum of RGB (Red+Green+Blue) = 72+27+57=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #481B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B39 is #B7E4C6. Grayscale: #2B2B2B. Windows color (decimal): -12051655 or 3742536. OLE color: 3742536.

HSL color Cylindrical-coordinate representation of color #481B39: hue angle of 320º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481B39 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB722757-
CMYK00.620.210.72
HSL320º45.45%19.41%-
HSV(B)320º62.5%28.24%-
XYZ3.82.464.14-
YUV43.87135.41148.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.15%
GREEN value IS 27 (10.94% from 255) = 17.31%
BLUE value IS 57 (22.66% from 255) = 36.54%
R=46.15%
G=17.31%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72275700.620.210.7232045.4519.41
Hex481B3903E15481402d13
Octal1103371076251105005523
Binary100100011011111001011111010101100100010100000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481B39; }

 p { color: rgb(72,27,57); }

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

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

 a { background-color: rgb(72,27,57); }

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

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

 span { border-color: rgb(72,27,57); }

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