#47132B

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

Shades of Blackberry #47132B

Tints of Blackberry #47132B

Color information

#47132B (or 0x47132B) is unknown color: approx Blackberry. HEX triplet: 47, 13 and 2B. RGB value is (71,19,43). Sum of RGB (Red+Green+Blue) = 71+19+43=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47132B is #B8ECD4. Grayscale: #252525. Windows color (decimal): -12119253 or 2822983. OLE color: 2822983.

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

Color convert

RGB711943-
CMYK00.730.390.72
HSL332.31º57.78%17.65%-
HSV(B)332.31º73.24%27.84%-
XYZ3.271.982.5-
YUV37.28131.23152.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 19 (7.81% from 255) = 14.29%
BLUE value IS 43 (17.19% from 255) = 32.33%
R=53.38%
G=14.29%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71194300.730.390.72332.3157.7817.65
Hex47132B049274814c3a12
Octal10723530111471105147222
Binary10001111001110101101001001100111100100010100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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