#47152F

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

Shades of Blackberry #47152F

Tints of Blackberry #47152F

Color information

#47152F (or 0x47152F) is unknown color: approx Blackberry. HEX triplet: 47, 15 and 2F. RGB value is (71,21,47). Sum of RGB (Red+Green+Blue) = 71+21+47=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #47152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47152F is #B8EAD0. Grayscale: #262626. Windows color (decimal): -12118737 or 3085639. OLE color: 3085639.

HSL color Cylindrical-coordinate representation of color #47152F: hue angle of 328.8º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47152F is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB712147-
CMYK00.700.340.72
HSL328.8º54.35%18.04%-
HSV(B)328.8º70.42%27.84%-
XYZ3.382.082.91-
YUV38.91132.56150.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 21 (8.59% from 255) = 15.11%
BLUE value IS 47 (18.75% from 255) = 33.81%
R=51.08%
G=15.11%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71214700.700.340.72328.854.3518.04
Hex47152F04622481493612
Octal10725570106421105116622
Binary10001111010110111101000110100010100100010100100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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