#471D35

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

Shades of Blackberry #471D35

Tints of Blackberry #471D35

Color information

#471D35 (or 0x471D35) is unknown color: approx Blackberry. HEX triplet: 47, 1D and 35. RGB value is (71,29,53). Sum of RGB (Red+Green+Blue) = 71+29+53=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #471D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D35 is #B8E2CA. Grayscale: #2C2C2C. Windows color (decimal): -12116683 or 3480903. OLE color: 3480903.

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

Color convert

RGB712953-
CMYK00.590.250.72
HSL325.71º42%19.61%-
HSV(B)325.71º59.15%27.84%-
XYZ3.682.483.65-
YUV44.29132.91147.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.41%
GREEN value IS 29 (11.72% from 255) = 18.95%
BLUE value IS 53 (21.09% from 255) = 34.64%
R=46.41%
G=18.95%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71295300.590.250.72325.714219.61
Hex471D3503B19481462a14
Octal1073565073311105065224
Binary100011111101110101011101111001100100010100011010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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