#47031E

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

Shades of Blackberry #47031E

Tints of Blackberry #47031E

Color information

#47031E (or 0x47031E) is unknown color: approx Blackberry. HEX triplet: 47, 03 and 1E. RGB value is (71,3,30). Sum of RGB (Red+Green+Blue) = 71+3+30=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #47031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47031E is #B8FCE1. Grayscale: #1A1A1A. Windows color (decimal): -12123362 or 1966919. OLE color: 1966919.

HSL color Cylindrical-coordinate representation of color #47031E: hue angle of 336.18º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47031E is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB71330-
CMYK00.960.580.72
HSL336.18º91.89%14.51%-
HSV(B)336.18º95.77%27.84%-
XYZ2.871.51.37-
YUV26.41130.03159.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 68.27%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 30 (12.11% from 255) = 28.85%
R=68.27%
G=2.88%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7133000.960.580.72336.1891.8914.51
Hex4731E0603A481505cf
Octal10733601407211052013417
Binary1000111111111001100000111010100100010101000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,3,30); }

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

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

 a { background-color: rgb(71,3,30); }

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

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

 span { border-color: rgb(71,3,30); }

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