#47173A

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

Shades of Blackberry #47173A

Tints of Blackberry #47173A

Color information

#47173A (or 0x47173A) is unknown color: approx Blackberry. HEX triplet: 47, 17 and 3A. RGB value is (71,23,58). Sum of RGB (Red+Green+Blue) = 71+23+58=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47173A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47173A is #B8E8C5. Grayscale: #292929. Windows color (decimal): -12118214 or 3807047. OLE color: 3807047.

HSL color Cylindrical-coordinate representation of color #47173A: hue angle of 316.25º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47173A is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB712358-
CMYK00.680.180.72
HSL316.25º51.06%18.43%-
HSV(B)316.25º67.61%27.84%-
XYZ3.672.264.25-
YUV41.34137.4149.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.71%
GREEN value IS 23 (9.38% from 255) = 15.13%
BLUE value IS 58 (23.05% from 255) = 38.16%
R=46.71%
G=15.13%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71235800.680.180.72316.2551.0618.43
Hex47173A044124813c3312
Octal10727720104221104746322
Binary1000111101111110100100010010010100100010011110011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47173A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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