#47092C

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

Shades of Blackberry #47092C

Tints of Blackberry #47092C

Color information

#47092C (or 0x47092C) is unknown color: approx Blackberry. HEX triplet: 47, 09 and 2C. RGB value is (71,9,44). Sum of RGB (Red+Green+Blue) = 71+9+44=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #47092C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47092C is #B8F6D3. Grayscale: #1F1F1F. Windows color (decimal): -12121812 or 2885959. OLE color: 2885959.

HSL color Cylindrical-coordinate representation of color #47092C: hue angle of 326.13º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #47092C is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB71944-
CMYK00.870.380.72
HSL326.13º77.5%15.69%-
HSV(B)326.13º87.32%27.84%-
XYZ3.151.722.55-
YUV31.53135.04156.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 9 (3.91% from 255) = 7.26%
BLUE value IS 44 (17.58% from 255) = 35.48%
R=57.26%
G=7.26%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7194400.870.380.72326.1377.515.69
Hex4792C05726481464e10
Octal107115401274611050611620
Binary10001111001101100010101111001101001000101000110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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