#480027

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

Shades of Blackberry #480027

Tints of Blackberry #480027

Color information

#480027 (or 0x480027) is unknown color: approx Blackberry. HEX triplet: 48, 00 and 27. RGB value is (72,0,39). Sum of RGB (Red+Green+Blue) = 72+0+39=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #480027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480027 is #B7FFD8. Grayscale: #191919. Windows color (decimal): -12058585 or 2555976. OLE color: 2555976.

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

Color convert

RGB72039-
CMYK010.460.72
HSL327.5º100%14.12%-
HSV(B)327.5º100%28.24%-
XYZ3.041.522.05-
YUV25.97135.35160.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 35.14%
R=64.86%
G=0%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72039010.460.72327.510014.12
Hex480270642E4814864e
Octal11004701445611051014416
Binary1001000010011101100100101110100100010100100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480027; }

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

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

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

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

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

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

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

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