#47043E

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

Shades of Blackberry #47043E

Tints of Blackberry #47043E

Color information

#47043E (or 0x47043E) is unknown color: approx Blackberry. HEX triplet: 47, 04 and 3E. RGB value is (71,4,62). Sum of RGB (Red+Green+Blue) = 71+4+62=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 62 (24.61% from 255 or 45.26% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47043E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47043E is #B8FBC1. Grayscale: #1E1E1E. Windows color (decimal): -12123074 or 4064327. OLE color: 4064327.

HSL color Cylindrical-coordinate representation of color #47043E: hue angle of 308.06º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47043E is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB71462-
CMYK00.940.130.72
HSL308.06º89.33%14.71%-
HSV(B)308.06º94.37%27.84%-
XYZ3.511.774.71-
YUV30.64145.7156.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.82%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 62 (24.61% from 255) = 45.26%
R=51.82%
G=2.92%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7146200.940.130.72308.0689.3314.71
Hex4743E05ED4813459f
Octal10747601361511046413117
Binary1000111100111110010111101101100100010011010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47043E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47043E; }

 p { color: rgb(71,4,62); }

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

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

 a { background-color: rgb(71,4,62); }

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

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

 span { border-color: rgb(71,4,62); }

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