#482039

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

Shades of Blackberry #482039

Tints of Blackberry #482039

Color information

#482039 (or 0x482039) is unknown color: approx Blackberry. HEX triplet: 48, 20 and 39. RGB value is (72,32,57). Sum of RGB (Red+Green+Blue) = 72+32+57=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #482039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482039 is #B7DFC6. Grayscale: #2E2E2E. Windows color (decimal): -12050375 or 3743816. OLE color: 3743816.

HSL color Cylindrical-coordinate representation of color #482039: hue angle of 322.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482039 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB723257-
CMYK00.560.210.72
HSL322.5º38.46%20.39%-
HSV(B)322.5º55.56%28.24%-
XYZ3.932.714.19-
YUV46.81133.75145.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 57 (22.66% from 255) = 35.40%
R=44.72%
G=19.88%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72325700.560.210.72322.538.4620.39
Hex48203903815481422614
Octal1104071070251105024624
Binary1001000100000111001011100010101100100010100001010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482039; }

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

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

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

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

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

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

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

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