#481B31

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

Shades of Blackberry #481B31

Tints of Blackberry #481B31

Color information

#481B31 (or 0x481B31) is unknown color: approx Blackberry. HEX triplet: 48, 1B and 31. RGB value is (72,27,49). Sum of RGB (Red+Green+Blue) = 72+27+49=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #481B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B31 is #B7E4CE. Grayscale: #2A2A2A. Windows color (decimal): -12051663 or 3218248. OLE color: 3218248.

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

Color convert

RGB722749-
CMYK00.620.320.72
HSL330.67º45.45%19.41%-
HSV(B)330.67º62.5%28.24%-
XYZ3.622.383.18-
YUV42.96131.41148.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 27 (10.94% from 255) = 18.24%
BLUE value IS 49 (19.53% from 255) = 33.11%
R=48.65%
G=18.24%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72274900.620.320.72330.6745.4519.41
Hex481B3103E204814b2d13
Octal1103361076401105135523
Binary1001000110111100010111110100000100100010100101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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