#47152E

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

Shades of Blackberry #47152E

Tints of Blackberry #47152E

Color information

#47152E (or 0x47152E) is unknown color: approx Blackberry. HEX triplet: 47, 15 and 2E. RGB value is (71,21,46). Sum of RGB (Red+Green+Blue) = 71+21+46=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47152E is #B8EAD1. Grayscale: #262626. Windows color (decimal): -12118738 or 3020103. OLE color: 3020103.

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

Color convert

RGB712146-
CMYK00.700.350.72
HSL330º54.35%18.04%-
HSV(B)330º70.42%27.84%-
XYZ3.362.072.81-
YUV38.8132.06150.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 21 (8.59% from 255) = 15.22%
BLUE value IS 46 (18.36% from 255) = 33.33%
R=51.45%
G=15.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71214600.700.350.7233054.3518.04
Hex47152E046234814a3612
Octal10725560106431105126622
Binary10001111010110111001000110100011100100010100101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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