#4F012C

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

Shades of Blackberry #4F012C

Tints of Blackberry #4F012C

Color information

#4F012C (or 0x4F012C) is unknown color: approx Blackberry. HEX triplet: 4F, 01 and 2C. RGB value is (79,1,44). Sum of RGB (Red+Green+Blue) = 79+1+44=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F012C is #B0FED3. Grayscale: #1D1D1D. Windows color (decimal): -11599572 or 2883919. OLE color: 2883919.

HSL color Cylindrical-coordinate representation of color #4F012C: hue angle of 326.92º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F012C is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB79144-
CMYK00.990.440.69
HSL326.92º97.5%15.69%-
HSV(B)326.92º98.73%30.98%-
XYZ3.691.872.55-
YUV29.22136.34163.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 63.71%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 44 (17.58% from 255) = 35.48%
R=63.71%
G=0.81%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7914400.990.440.69326.9297.515.69
Hex4F12C0632C451476210
Octal11715401435410550714220
Binary10011111101100011000111011001000101101000111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,1,44); }

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

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

 a { background-color: rgb(79,1,44); }

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

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

 span { border-color: rgb(79,1,44); }

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