#47043C

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

Shades of Blackberry #47043C

Tints of Blackberry #47043C

Color information

#47043C (or 0x47043C) is unknown color: approx Blackberry. HEX triplet: 47, 04 and 3C. RGB value is (71,4,60). Sum of RGB (Red+Green+Blue) = 71+4+60=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47043C is #B8FBC3. Grayscale: #1E1E1E. Windows color (decimal): -12123076 or 3933255. OLE color: 3933255.

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

Color convert

RGB71460-
CMYK00.940.150.72
HSL309.85º89.33%14.71%-
HSV(B)309.85º94.37%27.84%-
XYZ3.461.754.43-
YUV30.42144.7156.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 60 (23.83% from 255) = 44.44%
R=52.59%
G=2.96%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7146000.940.150.72309.8589.3314.71
Hex4743C05EF4813659f
Octal10747401361711046613117
Binary1000111100111100010111101111100100010011011010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47043C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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