#47041D

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

Shades of Blackberry #47041D

Tints of Blackberry #47041D

Color information

#47041D (or 0x47041D) is unknown color: approx Blackberry. HEX triplet: 47, 04 and 1D. RGB value is (71,4,29). Sum of RGB (Red+Green+Blue) = 71+4+29=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #47041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47041D is #B8FBE2. Grayscale: #1A1A1A. Windows color (decimal): -12123107 or 1901639. OLE color: 1901639.

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

Color convert

RGB71429-
CMYK00.940.590.72
HSL337.61º89.33%14.71%-
HSV(B)337.61º94.37%27.84%-
XYZ2.861.521.3-
YUV26.88129.2159.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 68.27%
GREEN value IS 4 (1.95% from 255) = 3.85%
BLUE value IS 29 (11.72% from 255) = 27.88%
R=68.27%
G=3.85%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7142900.940.590.72337.6189.3314.71
Hex4741D05E3B4815259f
Octal10743501367311052213117
Binary10001111001110101011110111011100100010101001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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