#47082C

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

Shades of Blackberry #47082C

Tints of Blackberry #47082C

Color information

#47082C (or 0x47082C) is unknown color: approx Blackberry. HEX triplet: 47, 08 and 2C. RGB value is (71,8,44). Sum of RGB (Red+Green+Blue) = 71+8+44=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #47082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47082C is #B8F7D3. Grayscale: #1E1E1E. Windows color (decimal): -12122068 or 2885703. OLE color: 2885703.

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

Color convert

RGB71844-
CMYK00.890.380.72
HSL325.71º79.75%15.49%-
HSV(B)325.71º88.73%27.84%-
XYZ3.141.72.54-
YUV30.94135.37156.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.72%
GREEN value IS 8 (3.52% from 255) = 6.50%
BLUE value IS 44 (17.58% from 255) = 35.77%
R=57.72%
G=6.50%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7184400.890.380.72325.7179.7515.49
Hex4782C059264814650f
Octal107105401314611050612017
Binary1000111100010110001011001100110100100010100011010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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