#47042E

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

Shades of Blackberry #47042E

Tints of Blackberry #47042E

Color information

#47042E (or 0x47042E) is unknown color: approx Blackberry. HEX triplet: 47, 04 and 2E. RGB value is (71,4,46). Sum of RGB (Red+Green+Blue) = 71+4+46=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #47042E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47042E is #B8FBD1. Grayscale: #1C1C1C. Windows color (decimal): -12123090 or 3015751. OLE color: 3015751.

HSL color Cylindrical-coordinate representation of color #47042E: hue angle of 322.39º 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 #47042E is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB71446-
CMYK00.940.350.72
HSL322.39º89.33%14.71%-
HSV(B)322.39º94.37%27.84%-
XYZ3.141.622.73-
YUV28.82137.7158.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 46 (18.36% from 255) = 38.02%
R=58.68%
G=3.31%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7144600.940.350.72322.3989.3314.71
Hex4742E05E234814259f
Octal10745601364311050213117
Binary100011110010111001011110100011100100010100001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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