#47033C

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

Shades of Blackberry #47033C

Tints of Blackberry #47033C

Color information

#47033C (or 0x47033C) is unknown color: approx Blackberry. HEX triplet: 47, 03 and 3C. RGB value is (71,3,60). Sum of RGB (Red+Green+Blue) = 71+3+60=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47033C is #B8FCC3. Grayscale: #1D1D1D. Windows color (decimal): -12123332 or 3932999. OLE color: 3932999.

HSL color Cylindrical-coordinate representation of color #47033C: hue angle of 309.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47033C is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB71360-
CMYK00.960.150.72
HSL309.71º91.89%14.51%-
HSV(B)309.71º95.77%27.84%-
XYZ3.451.734.43-
YUV29.83145.03157.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.99%
GREEN value IS 3 (1.56% from 255) = 2.24%
BLUE value IS 60 (23.83% from 255) = 44.78%
R=52.99%
G=2.24%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7136000.960.150.72309.7191.8914.51
Hex4733C060F481365cf
Octal10737401401711046613417
Binary100011111111100011000001111100100010011011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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