#470028

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

Shades of Blackberry #470028

Tints of Blackberry #470028

Color information

#470028 (or 0x470028) is unknown color: approx Blackberry. HEX triplet: 47, 00 and 28. RGB value is (71,0,40). Sum of RGB (Red+Green+Blue) = 71+0+40=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #470028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470028 is #B8FFD7. Grayscale: #191919. Windows color (decimal): -12124120 or 2621511. OLE color: 2621511.

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

Color convert

RGB71040-
CMYK010.440.72
HSL326.2º100%13.92%-
HSV(B)326.2º100%27.84%-
XYZ2.981.492.14-
YUV25.79136.02160.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 63.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 36.04%
R=63.96%
G=0%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71040010.440.72326.210013.92
Hex470280642C4814664e
Octal10705001445411050614416
Binary1000111010100001100100101100100100010100011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470028; }

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

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

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

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

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

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

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

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