#471236

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

Shades of Blackberry #471236

Tints of Blackberry #471236

Color information

#471236 (or 0x471236) is unknown color: approx Blackberry. HEX triplet: 47, 12 and 36. RGB value is (71,18,54). Sum of RGB (Red+Green+Blue) = 71+18+54=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #471236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471236 is #B8EDC9. Grayscale: #252525. Windows color (decimal): -12119498 or 3543623. OLE color: 3543623.

HSL color Cylindrical-coordinate representation of color #471236: hue angle of 319.25º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471236 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB711854-
CMYK00.750.240.72
HSL319.25º59.55%17.45%-
HSV(B)319.25º74.65%27.84%-
XYZ3.482.043.7-
YUV37.95137.06151.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.65%
GREEN value IS 18 (7.42% from 255) = 12.59%
BLUE value IS 54 (21.48% from 255) = 37.76%
R=49.65%
G=12.59%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71185400.750.240.72319.2559.5517.45
Hex47123604B184813f3c11
Octal10722660113301104777421
Binary1000111100101101100100101111000100100010011111111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471236; }

 p { color: rgb(71,18,54); }

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

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

 a { background-color: rgb(71,18,54); }

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

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

 span { border-color: rgb(71,18,54); }

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