#471328

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

Shades of Blackberry #471328

Tints of Blackberry #471328

Color information

#471328 (or 0x471328) is unknown color: approx Blackberry. HEX triplet: 47, 13 and 28. RGB value is (71,19,40). Sum of RGB (Red+Green+Blue) = 71+19+40=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #471328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471328 is #B8ECD7. Grayscale: #242424. Windows color (decimal): -12119256 or 2626375. OLE color: 2626375.

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

Color convert

RGB711940-
CMYK00.730.440.72
HSL335.77º57.78%17.65%-
HSV(B)335.77º73.24%27.84%-
XYZ3.211.962.22-
YUV36.94129.73152.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.62%
GREEN value IS 19 (7.81% from 255) = 14.62%
BLUE value IS 40 (16.02% from 255) = 30.77%
R=54.62%
G=14.62%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71194000.730.440.72335.7757.7817.65
Hex4713280492C481503a12
Octal10723500111541105207222
Binary10001111001110100001001001101100100100010101000011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471328; }

 p { color: rgb(71,19,40); }

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

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

 a { background-color: rgb(71,19,40); }

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

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

 span { border-color: rgb(71,19,40); }

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