#470027

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

Shades of Blackberry #470027

Tints of Blackberry #470027

Color information

#470027 (or 0x470027) is unknown color: approx Blackberry. HEX triplet: 47, 00 and 27. RGB value is (71,0,39). Sum of RGB (Red+Green+Blue) = 71+0+39=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #470027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470027 is #B8FFD8. Grayscale: #191919. Windows color (decimal): -12124121 or 2555975. OLE color: 2555975.

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

Color convert

RGB71039-
CMYK010.450.72
HSL327.04º100%13.92%-
HSV(B)327.04º100%27.84%-
XYZ2.961.492.05-
YUV25.67135.52160.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 64.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 35.45%
R=64.55%
G=0%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71039010.450.72327.0410013.92
Hex470270642D4814764e
Octal10704701445511050714416
Binary1000111010011101100100101101100100010100011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470027; }

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

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

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

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

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

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

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

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