#47041E

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

Shades of Blackberry #47041E

Tints of Blackberry #47041E

Color information

#47041E (or 0x47041E) is unknown color: approx Blackberry. HEX triplet: 47, 04 and 1E. RGB value is (71,4,30). Sum of RGB (Red+Green+Blue) = 71+4+30=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #47041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47041E is #B8FBE1. Grayscale: #1A1A1A. Windows color (decimal): -12123106 or 1967175. OLE color: 1967175.

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

Color convert

RGB71430-
CMYK00.940.580.72
HSL336.72º89.33%14.71%-
HSV(B)336.72º94.37%27.84%-
XYZ2.881.521.37-
YUV27129.7159.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 67.62%
GREEN value IS 4 (1.95% from 255) = 3.81%
BLUE value IS 30 (12.11% from 255) = 28.57%
R=67.62%
G=3.81%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7143000.940.580.72336.7289.3314.71
Hex4741E05E3A4815159f
Octal10743601367211052113117
Binary10001111001111001011110111010100100010101000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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