#47102E

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

Shades of Blackberry #47102E

Tints of Blackberry #47102E

Color information

#47102E (or 0x47102E) is unknown color: approx Blackberry. HEX triplet: 47, 10 and 2E. RGB value is (71,16,46). Sum of RGB (Red+Green+Blue) = 71+16+46=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47102E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47102E is #B8EFD1. Grayscale: #232323. Windows color (decimal): -12120018 or 3018823. OLE color: 3018823.

HSL color Cylindrical-coordinate representation of color #47102E: hue angle of 327.27º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47102E is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB711646-
CMYK00.770.350.72
HSL327.27º63.22%17.06%-
HSV(B)327.27º77.46%27.84%-
XYZ3.281.912.78-
YUV35.86133.72153.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 46 (18.36% from 255) = 34.59%
R=53.38%
G=12.03%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71164600.770.350.72327.2763.2217.06
Hex47102E04D23481473f11
Octal10720560115431105077721
Binary10001111000010111001001101100011100100010100011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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