#47063D

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

Shades of Blackberry #47063D

Tints of Blackberry #47063D

Color information

#47063D (or 0x47063D) is unknown color: approx Blackberry. HEX triplet: 47, 06 and 3D. RGB value is (71,6,61). Sum of RGB (Red+Green+Blue) = 71+6+61=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47063D is #B8F9C2. Grayscale: #1F1F1F. Windows color (decimal): -12122563 or 3999303. OLE color: 3999303.

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

Color convert

RGB71661-
CMYK00.920.140.72
HSL309.23º84.42%15.1%-
HSV(B)309.23º91.55%27.84%-
XYZ3.511.814.58-
YUV31.7144.53156.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 6 (2.73% from 255) = 4.35%
BLUE value IS 61 (24.22% from 255) = 44.20%
R=51.45%
G=4.35%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7166100.920.140.72309.2384.4215.1
Hex4763D05CE4813554f
Octal10767501341611046512417
Binary1000111110111101010111001110100100010011010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,6,61); }

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

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

 a { background-color: rgb(71,6,61); }

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

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

 span { border-color: rgb(71,6,61); }

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