#481428

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

Shades of Blackberry #481428

Tints of Blackberry #481428

Color information

#481428 (or 0x481428) is unknown color: approx Blackberry. HEX triplet: 48, 14 and 28. RGB value is (72,20,40). Sum of RGB (Red+Green+Blue) = 72+20+40=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #481428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481428 is #B7EBD7. Grayscale: #252525. Windows color (decimal): -12053464 or 2626632. OLE color: 2626632.

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

Color convert

RGB722040-
CMYK00.720.440.72
HSL336.92º56.52%18.04%-
HSV(B)336.92º72.22%28.24%-
XYZ3.312.032.23-
YUV37.83129.23152.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.55%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=54.55%
G=15.15%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72204000.720.440.72336.9256.5218.04
Hex4814280482C481513912
Octal11024500110541105217122
Binary10010001010010100001001000101100100100010101000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481428; }

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

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

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

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

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

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

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

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