#47152D

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

Shades of Blackberry #47152D

Tints of Blackberry #47152D

Color information

#47152D (or 0x47152D) is unknown color: approx Blackberry. HEX triplet: 47, 15 and 2D. RGB value is (71,21,45). Sum of RGB (Red+Green+Blue) = 71+21+45=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47152D is #B8EAD2. Grayscale: #262626. Windows color (decimal): -12118739 or 2954567. OLE color: 2954567.

HSL color Cylindrical-coordinate representation of color #47152D: hue angle of 331.2º 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 #47152D is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB712145-
CMYK00.700.370.72
HSL331.2º54.35%18.04%-
HSV(B)331.2º70.42%27.84%-
XYZ3.342.072.71-
YUV38.69131.56151.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.82%
GREEN value IS 21 (8.59% from 255) = 15.33%
BLUE value IS 45 (17.97% from 255) = 32.85%
R=51.82%
G=15.33%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71214500.700.370.72331.254.3518.04
Hex47152D046254814b3612
Octal10725550106451105136622
Binary10001111010110110101000110100101100100010100101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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