#4F0F3A

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

Shades of Blackberry #4F0F3A

Tints of Blackberry #4F0F3A

Color information

#4F0F3A (or 0x4F0F3A) is unknown color: approx Blackberry. HEX triplet: 4F, 0F and 3A. RGB value is (79,15,58). Sum of RGB (Red+Green+Blue) = 79+15+58=152 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.97% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0F3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0F3A is #B0F0C5. Grayscale: #262626. Windows color (decimal): -11595974 or 3805007. OLE color: 3805007.

HSL color Cylindrical-coordinate representation of color #4F0F3A: hue angle of 319.69º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F0F3A is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB791558-
CMYK00.810.270.69
HSL319.69º68.09%18.43%-
HSV(B)319.69º81.01%30.98%-
XYZ4.162.314.23-
YUV39.04138.7156.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 51.97%
GREEN value IS 15 (6.25% from 255) = 9.87%
BLUE value IS 58 (23.05% from 255) = 38.16%
R=51.97%
G=9.87%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79155800.810.270.69319.6968.0918.43
Hex4FF3A0511B451404412
Octal117177201213310550010422
Binary1001111111111101001010001110111000101101000000100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,15,58); }

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

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

 a { background-color: rgb(79,15,58); }

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

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

 span { border-color: rgb(79,15,58); }

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