#471326

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

Shades of Blackberry #471326

Tints of Blackberry #471326

Color information

#471326 (or 0x471326) is unknown color: approx Blackberry. HEX triplet: 47, 13 and 26. RGB value is (71,19,38). Sum of RGB (Red+Green+Blue) = 71+19+38=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #471326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471326 is #B8ECD9. Grayscale: #242424. Windows color (decimal): -12119258 or 2495303. OLE color: 2495303.

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

Color convert

RGB711938-
CMYK00.730.460.72
HSL338.08º57.78%17.65%-
HSV(B)338.08º73.24%27.84%-
XYZ3.181.952.04-
YUV36.71128.73152.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 38 (15.23% from 255) = 29.69%
R=55.47%
G=14.84%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71193800.730.460.72338.0857.7817.65
Hex4713260492E481523a12
Octal10723460111561105227222
Binary10001111001110011001001001101110100100010101001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471326; }

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

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

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

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

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

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

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

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