#47003C

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

Shades of Blackberry #47003C

Tints of Blackberry #47003C

Color information

#47003C (or 0x47003C) is unknown color: approx Blackberry. HEX triplet: 47, 00 and 3C. RGB value is (71,0,60). Sum of RGB (Red+Green+Blue) = 71+0+60=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #47003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47003C is #B8FFC3. Grayscale: #1B1B1B. Windows color (decimal): -12124100 or 3932231. OLE color: 3932231.

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

Color convert

RGB71060-
CMYK010.150.72
HSL309.3º100%13.92%-
HSV(B)309.3º100%27.84%-
XYZ3.411.674.42-
YUV28.07146.02158.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 45.80%
R=54.20%
G=0%
B=45.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71060010.150.72309.310013.92
Hex4703C064F4813564e
Octal10707401441711046514416
Binary10001110111100011001001111100100010011010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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