#471532

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

Shades of Blackberry #471532

Tints of Blackberry #471532

Color information

#471532 (or 0x471532) is unknown color: approx Blackberry. HEX triplet: 47, 15 and 32. RGB value is (71,21,50). Sum of RGB (Red+Green+Blue) = 71+21+50=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #471532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471532 is #B8EACD. Grayscale: #272727. Windows color (decimal): -12118734 or 3282247. OLE color: 3282247.

HSL color Cylindrical-coordinate representation of color #471532: hue angle of 325.2º 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 #471532 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB712150-
CMYK00.700.300.72
HSL325.2º54.35%18.04%-
HSV(B)325.2º70.42%27.84%-
XYZ3.442.113.24-
YUV39.26134.06150.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 50 (19.92% from 255) = 35.21%
R=50%
G=14.79%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71215000.700.300.72325.254.3518.04
Hex4715320461E481453612
Octal10725620106361105056622
Binary1000111101011100100100011011110100100010100010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471532; }

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

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

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

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

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

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

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

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