#47043A

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

Shades of Blackberry #47043A

Tints of Blackberry #47043A

Color information

#47043A (or 0x47043A) is unknown color: approx Blackberry. HEX triplet: 47, 04 and 3A. RGB value is (71,4,58). Sum of RGB (Red+Green+Blue) = 71+4+58=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47043A is #B8FBC5. Grayscale: #1E1E1E. Windows color (decimal): -12123078 or 3802183. OLE color: 3802183.

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

Color convert

RGB71458-
CMYK00.940.180.72
HSL311.64º89.33%14.71%-
HSV(B)311.64º94.37%27.84%-
XYZ3.411.734.16-
YUV30.19143.7157.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 4 (1.95% from 255) = 3.01%
BLUE value IS 58 (23.05% from 255) = 43.61%
R=53.38%
G=3.01%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7145800.940.180.72311.6489.3314.71
Hex4743A05E124813859f
Octal10747201362211047013117
Binary10001111001110100101111010010100100010011100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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