#480127

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

Shades of Blackberry #480127

Tints of Blackberry #480127

Color information

#480127 (or 0x480127) is unknown color: approx Blackberry. HEX triplet: 48, 01 and 27. RGB value is (72,1,39). Sum of RGB (Red+Green+Blue) = 72+1+39=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #480127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480127 is #B7FED8. Grayscale: #1A1A1A. Windows color (decimal): -12058329 or 2556232. OLE color: 2556232.

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

Color convert

RGB72139-
CMYK00.990.460.72
HSL327.89º97.26%14.31%-
HSV(B)327.89º98.61%28.24%-
XYZ3.051.552.06-
YUV26.56135.02160.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.29%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 39 (15.62% from 255) = 34.82%
R=64.29%
G=0.89%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7213900.990.460.72327.8997.2614.31
Hex481270632E4814861e
Octal11014701435611051014116
Binary1001000110011101100011101110100100010100100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480127; }

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

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

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

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

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

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

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

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