#47063B

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

Shades of Blackberry #47063B

Tints of Blackberry #47063B

Color information

#47063B (or 0x47063B) is unknown color: approx Blackberry. HEX triplet: 47, 06 and 3B. RGB value is (71,6,59). Sum of RGB (Red+Green+Blue) = 71+6+59=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47063B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47063B is #B8F9C4. Grayscale: #1F1F1F. Windows color (decimal): -12122565 or 3868231. OLE color: 3868231.

HSL color Cylindrical-coordinate representation of color #47063B: hue angle of 311.08º 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 #47063B is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB71659-
CMYK00.920.170.72
HSL311.08º84.42%15.1%-
HSV(B)311.08º91.55%27.84%-
XYZ3.451.794.3-
YUV31.48143.53156.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.21%
GREEN value IS 6 (2.73% from 255) = 4.41%
BLUE value IS 59 (23.44% from 255) = 43.38%
R=52.21%
G=4.41%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7165900.920.170.72311.0884.4215.1
Hex4763B05C114813754f
Octal10767301342111046712417
Binary10001111101110110101110010001100100010011011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47063B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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