#471231

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

Shades of Blackberry #471231

Tints of Blackberry #471231

Color information

#471231 (or 0x471231) is unknown color: approx Blackberry. HEX triplet: 47, 12 and 31. RGB value is (71,18,49). Sum of RGB (Red+Green+Blue) = 71+18+49=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #471231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471231 is #B8EDCE. Grayscale: #252525. Windows color (decimal): -12119503 or 3215943. OLE color: 3215943.

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

Color convert

RGB711849-
CMYK00.750.310.72
HSL324.91º59.55%17.45%-
HSV(B)324.91º74.65%27.84%-
XYZ3.371.993.11-
YUV37.38134.56151.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=51.45%
G=13.04%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71184900.750.310.72324.9159.5517.45
Hex47123104B1F481453c11
Octal10722610113371105057421
Binary1000111100101100010100101111111100100010100010111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471231; }

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

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

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

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

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

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

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

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