#470F2E

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

Shades of Blackberry #470F2E

Tints of Blackberry #470F2E

Color information

#470F2E (or 0x470F2E) is unknown color: approx Blackberry. HEX triplet: 47, 0F and 2E. RGB value is (71,15,46). Sum of RGB (Red+Green+Blue) = 71+15+46=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #470F2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470F2E is #B8F0D1. Grayscale: #232323. Windows color (decimal): -12120274 or 3018567. OLE color: 3018567.

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

Color convert

RGB711546-
CMYK00.790.350.72
HSL326.79º65.12%16.86%-
HSV(B)326.79º78.87%27.84%-
XYZ3.261.882.78-
YUV35.28134.05153.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.79%
GREEN value IS 15 (6.25% from 255) = 11.36%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=53.79%
G=11.36%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71154600.790.350.72326.7965.1216.86
Hex47F2E04F23481474111
Octal107175601174311050710121
Binary10001111111101110010011111000111001000101000111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470F2E; }

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

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

<style>
 a { background-color: #470F2E; }

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

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

<style>
 span { border-color: #470F2E; }

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

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