#47083C

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

Shades of Blackberry #47083C

Tints of Blackberry #47083C

Color information

#47083C (or 0x47083C) is unknown color: approx Blackberry. HEX triplet: 47, 08 and 3C. RGB value is (71,8,60). Sum of RGB (Red+Green+Blue) = 71+8+60=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #47083C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47083C is #B8F7C3. Grayscale: #202020. Windows color (decimal): -12122052 or 3934279. OLE color: 3934279.

HSL color Cylindrical-coordinate representation of color #47083C: hue angle of 310.48º 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 #47083C is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB71860-
CMYK00.890.150.72
HSL310.48º79.75%15.49%-
HSV(B)310.48º88.73%27.84%-
XYZ3.51.844.45-
YUV32.76143.37155.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 8 (3.52% from 255) = 5.76%
BLUE value IS 60 (23.83% from 255) = 43.17%
R=51.08%
G=5.76%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7186000.890.150.72310.4879.7515.49
Hex4783C059F4813650f
Octal107107401311711046612017
Binary10001111000111100010110011111100100010011011010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47083C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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