#47032B

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

Shades of Blackberry #47032B

Tints of Blackberry #47032B

Color information

#47032B (or 0x47032B) is unknown color: approx Blackberry. HEX triplet: 47, 03 and 2B. RGB value is (71,3,43). Sum of RGB (Red+Green+Blue) = 71+3+43=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #47032B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47032B is #B8FCD4. Grayscale: #1B1B1B. Windows color (decimal): -12123349 or 2818887. OLE color: 2818887.

HSL color Cylindrical-coordinate representation of color #47032B: hue angle of 324.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47032B is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB71343-
CMYK00.960.390.72
HSL324.71º91.89%14.51%-
HSV(B)324.71º95.77%27.84%-
XYZ3.071.582.43-
YUV27.89136.53158.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.68%
GREEN value IS 3 (1.56% from 255) = 2.56%
BLUE value IS 43 (17.19% from 255) = 36.75%
R=60.68%
G=2.56%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7134300.960.390.72324.7191.8914.51
Hex4732B06027481455cf
Octal10735301404711050513417
Binary10001111110101101100000100111100100010100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47032B; }

 p { color: rgb(71,3,43); }

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

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

 a { background-color: rgb(71,3,43); }

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

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

 span { border-color: rgb(71,3,43); }

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