#47193C

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

Shades of Blackberry #47193C

Tints of Blackberry #47193C

Color information

#47193C (or 0x47193C) is unknown color: approx Blackberry. HEX triplet: 47, 19 and 3C. RGB value is (71,25,60). Sum of RGB (Red+Green+Blue) = 71+25+60=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #47193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47193C is #B8E6C3. Grayscale: #2A2A2A. Windows color (decimal): -12117700 or 3938631. OLE color: 3938631.

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

Color convert

RGB712560-
CMYK00.650.150.72
HSL314.35º47.92%18.82%-
HSV(B)314.35º64.79%27.84%-
XYZ3.762.364.53-
YUV42.74137.74148.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.51%
GREEN value IS 25 (10.16% from 255) = 16.03%
BLUE value IS 60 (23.83% from 255) = 38.46%
R=45.51%
G=16.03%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71256000.650.150.72314.3547.9218.82
Hex47193C041F4813a3013
Octal10731740101171104726023
Binary100011111001111100010000011111100100010011101011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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