#471C35

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

Shades of Blackberry #471C35

Tints of Blackberry #471C35

Color information

#471C35 (or 0x471C35) is unknown color: approx Blackberry. HEX triplet: 47, 1C and 35. RGB value is (71,28,53). Sum of RGB (Red+Green+Blue) = 71+28+53=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #471C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471C35 is #B8E3CA. Grayscale: #2B2B2B. Windows color (decimal): -12116939 or 3480647. OLE color: 3480647.

HSL color Cylindrical-coordinate representation of color #471C35: hue angle of 325.12º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #471C35 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB712853-
CMYK00.610.250.72
HSL325.12º43.43%19.41%-
HSV(B)325.12º60.56%27.84%-
XYZ3.662.433.64-
YUV43.71133.25147.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.71%
GREEN value IS 28 (11.33% from 255) = 18.42%
BLUE value IS 53 (21.09% from 255) = 34.87%
R=46.71%
G=18.42%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71285300.610.250.72325.1243.4319.41
Hex471C3503D19481452b13
Octal1073465075311105055323
Binary100011111100110101011110111001100100010100010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471C35; }

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

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

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

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

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

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

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

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