#471C31

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

Shades of Blackberry #471C31

Tints of Blackberry #471C31

Color information

#471C31 (or 0x471C31) is unknown color: approx Blackberry. HEX triplet: 47, 1C and 31. RGB value is (71,28,49). Sum of RGB (Red+Green+Blue) = 71+28+49=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #471C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471C31 is #B8E3CE. Grayscale: #2B2B2B. Windows color (decimal): -12116943 or 3218503. OLE color: 3218503.

HSL color Cylindrical-coordinate representation of color #471C31: hue angle of 330.7º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #471C31 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB712849-
CMYK00.610.310.72
HSL330.7º43.43%19.41%-
HSV(B)330.7º60.56%27.84%-
XYZ3.572.393.18-
YUV43.25131.25147.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 28 (11.33% from 255) = 18.92%
BLUE value IS 49 (19.53% from 255) = 33.11%
R=47.97%
G=18.92%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71284900.610.310.72330.743.4319.41
Hex471C3103D1F4814b2b13
Octal1073461075371105135323
Binary100011111100110001011110111111100100010100101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471C31; }

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

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

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

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

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

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

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

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