#481128

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

Shades of Blackberry #481128

Tints of Blackberry #481128

Color information

#481128 (or 0x481128) is unknown color: approx Blackberry. HEX triplet: 48, 11 and 28. RGB value is (72,17,40). Sum of RGB (Red+Green+Blue) = 72+17+40=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #481128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481128 is #B7EED7. Grayscale: #242424. Windows color (decimal): -12054232 or 2625864. OLE color: 2625864.

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

Color convert

RGB721740-
CMYK00.760.440.72
HSL334.91º61.8%17.45%-
HSV(B)334.91º76.39%28.24%-
XYZ3.261.932.21-
YUV36.07130.22153.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 17 (7.03% from 255) = 13.18%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=55.81%
G=13.18%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72174000.760.440.72334.9161.817.45
Hex48112804C2C4814f3e11
Octal11021500114541105177621
Binary10010001000110100001001100101100100100010100111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481128; }

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

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

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

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

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

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

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

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