#471A35

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

Shades of Blackberry #471A35

Tints of Blackberry #471A35

Color information

#471A35 (or 0x471A35) is unknown color: approx Blackberry. HEX triplet: 47, 1A and 35. RGB value is (71,26,53). Sum of RGB (Red+Green+Blue) = 71+26+53=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #471A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A35 is #B8E5CA. Grayscale: #2A2A2A. Windows color (decimal): -12117451 or 3480135. OLE color: 3480135.

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

Color convert

RGB712653-
CMYK00.630.250.72
HSL324º46.39%19.02%-
HSV(B)324º63.38%27.84%-
XYZ3.612.343.63-
YUV42.53133.91148.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.33%
GREEN value IS 26 (10.55% from 255) = 17.33%
BLUE value IS 53 (21.09% from 255) = 35.33%
R=47.33%
G=17.33%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71265300.630.250.7232446.3919.02
Hex471A3503F19481442e13
Octal1073265077311105045623
Binary100011111010110101011111111001100100010100010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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