#481028

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

Shades of Blackberry #481028

Tints of Blackberry #481028

Color information

#481028 (or 0x481028) is unknown color: approx Blackberry. HEX triplet: 48, 10 and 28. RGB value is (72,16,40). Sum of RGB (Red+Green+Blue) = 72+16+40=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #481028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481028 is #B7EFD7. Grayscale: #232323. Windows color (decimal): -12054488 or 2625608. OLE color: 2625608.

HSL color Cylindrical-coordinate representation of color #481028: hue angle of 334.29º 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 #481028 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB721640-
CMYK00.780.440.72
HSL334.29º63.64%17.25%-
HSV(B)334.29º77.78%28.24%-
XYZ3.241.92.2-
YUV35.48130.55154.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.25%
GREEN value IS 16 (6.64% from 255) = 12.5%
BLUE value IS 40 (16.02% from 255) = 31.25%
R=56.25%
G=12.5%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72164000.780.440.72334.2963.6417.25
Hex48102804E2C4814e4011
Octal110205001165411051610021
Binary100100010000101000010011101011001001000101001110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481028; }

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

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

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

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

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

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

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

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