#471632

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

Shades of Blackberry #471632

Tints of Blackberry #471632

Color information

#471632 (or 0x471632) is unknown color: approx Blackberry. HEX triplet: 47, 16 and 32. RGB value is (71,22,50). Sum of RGB (Red+Green+Blue) = 71+22+50=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #471632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471632 is #B8E9CD. Grayscale: #272727. Windows color (decimal): -12118478 or 3282503. OLE color: 3282503.

HSL color Cylindrical-coordinate representation of color #471632: hue angle of 325.71º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471632 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB712250-
CMYK00.690.300.72
HSL325.71º52.69%18.24%-
HSV(B)325.71º69.01%27.84%-
XYZ3.462.143.25-
YUV39.84133.73150.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.65%
GREEN value IS 22 (8.98% from 255) = 15.38%
BLUE value IS 50 (19.92% from 255) = 34.97%
R=49.65%
G=15.38%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71225000.690.300.72325.7152.6918.24
Hex4716320451E481463512
Octal10726620105361105066522
Binary1000111101101100100100010111110100100010100011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471632; }

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

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

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

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

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

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

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

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