#471029

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

Shades of Blackberry #471029

Tints of Blackberry #471029

Color information

#471029 (or 0x471029) is unknown color: approx Blackberry. HEX triplet: 47, 10 and 29. RGB value is (71,16,41). Sum of RGB (Red+Green+Blue) = 71+16+41=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #471029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471029 is #B8EFD6. Grayscale: #232323. Windows color (decimal): -12120023 or 2691143. OLE color: 2691143.

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

Color convert

RGB711641-
CMYK00.770.420.72
HSL332.73º63.22%17.06%-
HSV(B)332.73º77.46%27.84%-
XYZ3.181.872.29-
YUV35.3131.22153.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 16 (6.64% from 255) = 12.5%
BLUE value IS 41 (16.41% from 255) = 32.03%
R=55.47%
G=12.5%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71164100.770.420.72332.7363.2217.06
Hex47102904D2A4814d3f11
Octal10720510115521105157721
Binary10001111000010100101001101101010100100010100110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471029; }

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

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

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

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

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

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

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

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