#4F0928

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

Shades of Blackberry #4F0928

Tints of Blackberry #4F0928

Color information

#4F0928 (or 0x4F0928) is unknown color: approx Blackberry. HEX triplet: 4F, 09 and 28. RGB value is (79,9,40). Sum of RGB (Red+Green+Blue) = 79+9+40=128 (16% of max value = 765). Red value is 79 (31.25% from 255 or 61.72% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0928 is #B0F6D7. Grayscale: #212121. Windows color (decimal): -11597528 or 2623823. OLE color: 2623823.

HSL color Cylindrical-coordinate representation of color #4F0928: hue angle of 333.43º 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 #4F0928 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB79940-
CMYK00.890.490.69
HSL333.43º79.55%17.25%-
HSV(B)333.43º88.61%30.98%-
XYZ3.712.012.2-
YUV33.46131.69160.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 61.72%
GREEN value IS 9 (3.91% from 255) = 7.03%
BLUE value IS 40 (16.02% from 255) = 31.25%
R=61.72%
G=7.03%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7994000.890.490.69333.4379.5517.25
Hex4F928059314514d5011
Octal117115001316110551512021
Binary10011111001101000010110011100011000101101001101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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