#47092F

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

Shades of Blackberry #47092F

Tints of Blackberry #47092F

Color information

#47092F (or 0x47092F) is unknown color: approx Blackberry. HEX triplet: 47, 09 and 2F. RGB value is (71,9,47). Sum of RGB (Red+Green+Blue) = 71+9+47=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #47092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47092F is #B8F6D0. Grayscale: #1F1F1F. Windows color (decimal): -12121809 or 3082567. OLE color: 3082567.

HSL color Cylindrical-coordinate representation of color #47092F: hue angle of 323.23º 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 #47092F is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB71947-
CMYK00.870.340.72
HSL323.23º77.5%15.69%-
HSV(B)323.23º87.32%27.84%-
XYZ3.211.742.86-
YUV31.87136.54155.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.91%
GREEN value IS 9 (3.91% from 255) = 7.09%
BLUE value IS 47 (18.75% from 255) = 37.01%
R=55.91%
G=7.09%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7194700.870.340.72323.2377.515.69
Hex4792F05722481434e10
Octal107115701274211050311620
Binary10001111001101111010101111000101001000101000011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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