#481039

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

Shades of Blackberry #481039

Tints of Blackberry #481039

Color information

#481039 (or 0x481039) is unknown color: approx Blackberry. HEX triplet: 48, 10 and 39. RGB value is (72,16,57). Sum of RGB (Red+Green+Blue) = 72+16+57=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #481039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481039 is #B7EFC6. Grayscale: #252525. Windows color (decimal): -12054471 or 3739720. OLE color: 3739720.

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

Color convert

RGB721657-
CMYK00.780.210.72
HSL316.07º63.64%17.25%-
HSV(B)316.07º77.78%28.24%-
XYZ3.62.044.08-
YUV37.42139.05152.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 16 (6.64% from 255) = 11.03%
BLUE value IS 57 (22.66% from 255) = 39.31%
R=49.66%
G=11.03%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72165700.780.210.72316.0763.6417.25
Hex48103904E154813c4011
Octal110207101162511047410021
Binary10010001000011100101001110101011001000100111100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481039; }

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

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

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

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

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

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

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

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