#471631

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

Shades of Blackberry #471631

Tints of Blackberry #471631

Color information

#471631 (or 0x471631) is unknown color: approx Blackberry. HEX triplet: 47, 16 and 31. RGB value is (71,22,49). Sum of RGB (Red+Green+Blue) = 71+22+49=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #471631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471631 is #B8E9CE. Grayscale: #272727. Windows color (decimal): -12118479 or 3216967. OLE color: 3216967.

HSL color Cylindrical-coordinate representation of color #471631: hue angle of 326.94º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471631 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB712249-
CMYK00.690.310.72
HSL326.94º52.69%18.24%-
HSV(B)326.94º69.01%27.84%-
XYZ3.442.143.14-
YUV39.73133.23150.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50%
GREEN value IS 22 (8.98% from 255) = 15.49%
BLUE value IS 49 (19.53% from 255) = 34.51%
R=50%
G=15.49%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71224900.690.310.72326.9452.6918.24
Hex4716310451F481473512
Octal10726610105371105076522
Binary1000111101101100010100010111111100100010100011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471631; }

 p { color: rgb(71,22,49); }

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

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

 a { background-color: rgb(71,22,49); }

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

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

 span { border-color: rgb(71,22,49); }

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