#481E33

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

Shades of Blackberry #481E33

Tints of Blackberry #481E33

Color information

#481E33 (or 0x481E33) is unknown color: approx Blackberry. HEX triplet: 48, 1E and 33. RGB value is (72,30,51). Sum of RGB (Red+Green+Blue) = 72+30+51=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #481E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E33 is #B7E1CC. Grayscale: #2C2C2C. Windows color (decimal): -12050893 or 3350088. OLE color: 3350088.

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

Color convert

RGB723051-
CMYK00.580.290.72
HSL330º41.18%20%-
HSV(B)330º58.33%28.24%-
XYZ3.732.553.43-
YUV44.95131.41147.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.06%
GREEN value IS 30 (12.11% from 255) = 19.61%
BLUE value IS 51 (20.31% from 255) = 33.33%
R=47.06%
G=19.61%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72305100.580.290.7233041.1820
Hex481E3303A1D4814a2914
Octal1103663072351105125124
Binary100100011110110011011101011101100100010100101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,30,51); }

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

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

 a { background-color: rgb(72,30,51); }

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

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

 span { border-color: rgb(72,30,51); }

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