#47083A

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

Shades of Blackberry #47083A

Tints of Blackberry #47083A

Color information

#47083A (or 0x47083A) is unknown color: approx Blackberry. HEX triplet: 47, 08 and 3A. RGB value is (71,8,58). Sum of RGB (Red+Green+Blue) = 71+8+58=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47083A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47083A is #B8F7C5. Grayscale: #202020. Windows color (decimal): -12122054 or 3803207. OLE color: 3803207.

HSL color Cylindrical-coordinate representation of color #47083A: hue angle of 312.38º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47083A is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB71858-
CMYK00.890.180.72
HSL312.38º79.75%15.49%-
HSV(B)312.38º88.73%27.84%-
XYZ3.451.824.17-
YUV32.54142.37155.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.82%
GREEN value IS 8 (3.52% from 255) = 5.84%
BLUE value IS 58 (23.05% from 255) = 42.34%
R=51.82%
G=5.84%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7185800.890.180.72312.3879.7515.49
Hex4783A059124813850f
Octal107107201312211047012017
Binary100011110001110100101100110010100100010011100010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47083A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47083A; }

 p { color: rgb(71,8,58); }

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

<style>
 a { background-color: #47083A; }

 a { background-color: rgb(71,8,58); }

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

<style>
 span { border-color: #47083A; }

 span { border-color: rgb(71,8,58); }

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