#471535

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

Shades of Blackberry #471535

Tints of Blackberry #471535

Color information

#471535 (or 0x471535) is unknown color: approx Blackberry. HEX triplet: 47, 15 and 35. RGB value is (71,21,53). Sum of RGB (Red+Green+Blue) = 71+21+53=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #471535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471535 is #B8EACA. Grayscale: #272727. Windows color (decimal): -12118731 or 3478855. OLE color: 3478855.

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

Color convert

RGB712153-
CMYK00.700.250.72
HSL321.6º54.35%18.04%-
HSV(B)321.6º70.42%27.84%-
XYZ3.512.133.59-
YUV39.6135.56150.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.97%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=48.97%
G=14.48%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71215300.700.250.72321.654.3518.04
Hex47153504619481423612
Octal10725650106311105026622
Binary1000111101011101010100011011001100100010100001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471535; }

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

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

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

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

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

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

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

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