#471335

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

Shades of Blackberry #471335

Tints of Blackberry #471335

Color information

#471335 (or 0x471335) is unknown color: approx Blackberry. HEX triplet: 47, 13 and 35. RGB value is (71,19,53). Sum of RGB (Red+Green+Blue) = 71+19+53=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #471335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471335 is #B8ECCA. Grayscale: #262626. Windows color (decimal): -12119243 or 3478343. OLE color: 3478343.

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

Color convert

RGB711953-
CMYK00.730.250.72
HSL320.77º57.78%17.65%-
HSV(B)320.77º73.24%27.84%-
XYZ3.472.063.58-
YUV38.42136.23151.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.65%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 53 (21.09% from 255) = 37.06%
R=49.65%
G=13.29%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71195300.730.250.72320.7757.7817.65
Hex47133504919481413a12
Octal10723650111311105017222
Binary1000111100111101010100100111001100100010100000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471335; }

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

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

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

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

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

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

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

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