#481C31

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

Shades of Blackberry #481C31

Tints of Blackberry #481C31

Color information

#481C31 (or 0x481C31) is unknown color: approx Blackberry. HEX triplet: 48, 1C and 31. RGB value is (72,28,49). Sum of RGB (Red+Green+Blue) = 72+28+49=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #481C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C31 is #B7E3CE. Grayscale: #2B2B2B. Windows color (decimal): -12051407 or 3218504. OLE color: 3218504.

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

Color convert

RGB722849-
CMYK00.610.320.72
HSL331.36º44%19.61%-
HSV(B)331.36º61.11%28.24%-
XYZ3.642.433.18-
YUV43.55131.08148.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 28 (11.33% from 255) = 18.79%
BLUE value IS 49 (19.53% from 255) = 32.89%
R=48.32%
G=18.79%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72284900.610.320.72331.364419.61
Hex481C3103D204814b2c14
Octal1103461075401105135424
Binary1001000111001100010111101100000100100010100101110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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