#4F092E

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

Shades of Blackberry #4F092E

Tints of Blackberry #4F092E

Color information

#4F092E (or 0x4F092E) is unknown color: approx Blackberry. HEX triplet: 4F, 09 and 2E. RGB value is (79,9,46). Sum of RGB (Red+Green+Blue) = 79+9+46=134 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.96% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 79 - color contains mainly: red. Hex color #4F092E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F092E is #B0F6D1. Grayscale: #222222. Windows color (decimal): -11597522 or 3017039. OLE color: 3017039.

HSL color Cylindrical-coordinate representation of color #4F092E: hue angle of 328.29º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F092E is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB79946-
CMYK00.890.420.69
HSL328.29º79.55%17.25%-
HSV(B)328.29º88.61%30.98%-
XYZ3.822.052.78-
YUV34.15134.69159.99-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 58.96%
GREEN value IS 9 (3.91% from 255) = 6.72%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=58.96%
G=6.72%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7994600.890.420.69328.2979.5517.25
Hex4F92E0592A451485011
Octal117115601315210551012021
Binary10011111001101110010110011010101000101101001000101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F092E; }

 p { color: rgb(79,9,46); }

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

<style>
 a { background-color: #4F092E; }

 a { background-color: rgb(79,9,46); }

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

<style>
 span { border-color: #4F092E; }

 span { border-color: rgb(79,9,46); }

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