#471431

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

Shades of Blackberry #471431

Tints of Blackberry #471431

Color information

#471431 (or 0x471431) is unknown color: approx Blackberry. HEX triplet: 47, 14 and 31. RGB value is (71,20,49). Sum of RGB (Red+Green+Blue) = 71+20+49=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #471431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471431 is #B8EBCE. Grayscale: #262626. Windows color (decimal): -12118991 or 3216455. OLE color: 3216455.

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

Color convert

RGB712049-
CMYK00.720.310.72
HSL325.88º56.04%17.84%-
HSV(B)325.88º71.83%27.84%-
XYZ3.42.063.12-
YUV38.55133.9151.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.71%
GREEN value IS 20 (8.20% from 255) = 14.29%
BLUE value IS 49 (19.53% from 255) = 35%
R=50.71%
G=14.29%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71204900.720.310.72325.8856.0417.84
Hex4714310481F481463812
Octal10724610110371105067022
Binary1000111101001100010100100011111100100010100011011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471431; }

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

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

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

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

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

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

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

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