#4F002D

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

Shades of Blackberry #4F002D

Tints of Blackberry #4F002D

Color information

#4F002D (or 0x4F002D) is unknown color: approx Blackberry. HEX triplet: 4F, 00 and 2D. RGB value is (79,0,45). Sum of RGB (Red+Green+Blue) = 79+0+45=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F002D is #B0FFD2. Grayscale: #1C1C1C. Windows color (decimal): -11599827 or 2949199. OLE color: 2949199.

HSL color Cylindrical-coordinate representation of color #4F002D: hue angle of 325.82º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F002D is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.69.

Color convert

RGB79045-
CMYK010.430.69
HSL325.82º100%15.49%-
HSV(B)325.82º100%30.98%-
XYZ3.71.852.65-
YUV28.75137.17163.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 63.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 36.29%
R=63.71%
G=0%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79045010.430.69325.8210015.49
Hex4F02D0642B4514664f
Octal11705501445310550614417
Binary1001111010110101100100101011100010110100011011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,0,45); }

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

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

 a { background-color: rgb(79,0,45); }

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

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

 span { border-color: rgb(79,0,45); }

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