#480138

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

Shades of Blackberry #480138

Tints of Blackberry #480138

Color information

#480138 (or 0x480138) is unknown color: approx Blackberry. HEX triplet: 48, 01 and 38. RGB value is (72,1,56). Sum of RGB (Red+Green+Blue) = 72+1+56=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #480138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480138 is #B7FEC7. Grayscale: #1C1C1C. Windows color (decimal): -12058312 or 3670344. OLE color: 3670344.

HSL color Cylindrical-coordinate representation of color #480138: hue angle of 313.52º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480138 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB72156-
CMYK00.990.220.72
HSL313.52º97.26%14.31%-
HSV(B)313.52º98.61%28.24%-
XYZ3.41.683.89-
YUV28.5143.52159.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 56 (22.27% from 255) = 43.41%
R=55.81%
G=0.78%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7215600.990.220.72313.5297.2614.31
Hex48138063164813a61e
Octal11017001432611047214116
Binary100100011110000110001110110100100010011101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480138; }

 p { color: rgb(72,1,56); }

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

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

 a { background-color: rgb(72,1,56); }

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

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

 span { border-color: rgb(72,1,56); }

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