#471435

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

Shades of Blackberry #471435

Tints of Blackberry #471435

Color information

#471435 (or 0x471435) is unknown color: approx Blackberry. HEX triplet: 47, 14 and 35. RGB value is (71,20,53). Sum of RGB (Red+Green+Blue) = 71+20+53=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #471435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471435 is #B8EBCA. Grayscale: #262626. Windows color (decimal): -12118987 or 3478599. OLE color: 3478599.

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

Color convert

RGB712053-
CMYK00.720.250.72
HSL321.18º56.04%17.84%-
HSV(B)321.18º71.83%27.84%-
XYZ3.492.13.59-
YUV39.01135.9150.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.31%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 53 (21.09% from 255) = 36.81%
R=49.31%
G=13.89%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71205300.720.250.72321.1856.0417.84
Hex47143504819481413812
Octal10724650110311105017022
Binary1000111101001101010100100011001100100010100000111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471435; }

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

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

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

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

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

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

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

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