#471134

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

Shades of Blackberry #471134

Tints of Blackberry #471134

Color information

#471134 (or 0x471134) is unknown color: approx Blackberry. HEX triplet: 47, 11 and 34. RGB value is (71,17,52). Sum of RGB (Red+Green+Blue) = 71+17+52=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #471134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471134 is #B8EECB. Grayscale: #252525. Windows color (decimal): -12119756 or 3412295. OLE color: 3412295.

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

Color convert

RGB711752-
CMYK00.760.270.72
HSL321.11º61.36%17.25%-
HSV(B)321.11º76.06%27.84%-
XYZ3.421.993.45-
YUV37.14136.39152.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.71%
GREEN value IS 17 (7.03% from 255) = 12.14%
BLUE value IS 52 (20.70% from 255) = 37.14%
R=50.71%
G=12.14%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71175200.760.270.72321.1161.3617.25
Hex47113404C1B481413d11
Octal10721640114331105017521
Binary1000111100011101000100110011011100100010100000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471134; }

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

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

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

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

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

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

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

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