#47172F

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

Shades of Blackberry #47172F

Tints of Blackberry #47172F

Color information

#47172F (or 0x47172F) is unknown color: approx Blackberry. HEX triplet: 47, 17 and 2F. RGB value is (71,23,47). Sum of RGB (Red+Green+Blue) = 71+23+47=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #47172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47172F is #B8E8D0. Grayscale: #282828. Windows color (decimal): -12118225 or 3086151. OLE color: 3086151.

HSL color Cylindrical-coordinate representation of color #47172F: hue angle of 330º 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 #47172F is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB712347-
CMYK00.680.340.72
HSL330º51.06%18.43%-
HSV(B)330º67.61%27.84%-
XYZ3.422.162.93-
YUV40.09131.9150.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 23 (9.38% from 255) = 16.31%
BLUE value IS 47 (18.75% from 255) = 33.33%
R=50.35%
G=16.31%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71234700.680.340.7233051.0618.43
Hex47172F044224814a3312
Octal10727570104421105126322
Binary10001111011110111101000100100010100100010100101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47172F; }

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

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

<style>
 a { background-color: #47172F; }

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

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

<style>
 span { border-color: #47172F; }

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

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