#471434

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

Shades of Blackberry #471434

Tints of Blackberry #471434

Color information

#471434 (or 0x471434) is unknown color: approx Blackberry. HEX triplet: 47, 14 and 34. RGB value is (71,20,52). Sum of RGB (Red+Green+Blue) = 71+20+52=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #471434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471434 is #B8EBCB. Grayscale: #262626. Windows color (decimal): -12118988 or 3413063. OLE color: 3413063.

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

Color convert

RGB712052-
CMYK00.720.270.72
HSL322.35º56.04%17.84%-
HSV(B)322.35º71.83%27.84%-
XYZ3.472.093.47-
YUV38.9135.4150.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.65%
GREEN value IS 20 (8.20% from 255) = 13.99%
BLUE value IS 52 (20.70% from 255) = 36.36%
R=49.65%
G=13.99%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71205200.720.270.72322.3556.0417.84
Hex4714340481B481423812
Octal10724640110331105027022
Binary1000111101001101000100100011011100100010100001011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471434; }

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

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

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

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

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

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

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

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