#47092A

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

Shades of Blackberry #47092A

Tints of Blackberry #47092A

Color information

#47092A (or 0x47092A) is unknown color: approx Blackberry. HEX triplet: 47, 09 and 2A. RGB value is (71,9,42). Sum of RGB (Red+Green+Blue) = 71+9+42=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #47092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47092A is #B8F6D5. Grayscale: #1F1F1F. Windows color (decimal): -12121814 or 2754887. OLE color: 2754887.

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

Color convert

RGB71942-
CMYK00.870.410.72
HSL328.06º77.5%15.69%-
HSV(B)328.06º87.32%27.84%-
XYZ3.111.72.35-
YUV31.3134.04156.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 9 (3.91% from 255) = 7.38%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=58.20%
G=7.38%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7194200.870.410.72328.0677.515.69
Hex4792A05729481484e10
Octal107115201275111051011620
Binary10001111001101010010101111010011001000101001000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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