#481C37

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

Shades of Blackberry #481C37

Tints of Blackberry #481C37

Color information

#481C37 (or 0x481C37) is unknown color: approx Blackberry. HEX triplet: 48, 1C and 37. RGB value is (72,28,55). Sum of RGB (Red+Green+Blue) = 72+28+55=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #481C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C37 is #B7E3C8. Grayscale: #2C2C2C. Windows color (decimal): -12051401 or 3611720. OLE color: 3611720.

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

Color convert

RGB722855-
CMYK00.610.240.72
HSL323.18º44%19.61%-
HSV(B)323.18º61.11%28.24%-
XYZ3.782.483.89-
YUV44.23134.08147.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 28 (11.33% from 255) = 18.06%
BLUE value IS 55 (21.88% from 255) = 35.48%
R=46.45%
G=18.06%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72285500.610.240.72323.184419.61
Hex481C3703D18481432c14
Octal1103467075301105035424
Binary100100011100110111011110111000100100010100001110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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