#471028

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

Shades of Blackberry #471028

Tints of Blackberry #471028

Color information

#471028 (or 0x471028) is unknown color: approx Blackberry. HEX triplet: 47, 10 and 28. RGB value is (71,16,40). Sum of RGB (Red+Green+Blue) = 71+16+40=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #471028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471028 is #B8EFD7. Grayscale: #232323. Windows color (decimal): -12120024 or 2625607. OLE color: 2625607.

HSL color Cylindrical-coordinate representation of color #471028: hue angle of 333.82º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #471028 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB711640-
CMYK00.770.440.72
HSL333.82º63.22%17.06%-
HSV(B)333.82º77.46%27.84%-
XYZ3.171.862.2-
YUV35.18130.72153.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.91%
GREEN value IS 16 (6.64% from 255) = 12.60%
BLUE value IS 40 (16.02% from 255) = 31.50%
R=55.91%
G=12.60%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71164000.770.440.72333.8263.2217.06
Hex47102804D2C4814e3f11
Octal10720500115541105167721
Binary10001111000010100001001101101100100100010100111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471028; }

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

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

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

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

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

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

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

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