#4F002A

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

Shades of Blackberry #4F002A

Tints of Blackberry #4F002A

Color information

#4F002A (or 0x4F002A) is unknown color: approx Blackberry. HEX triplet: 4F, 00 and 2A. RGB value is (79,0,42). Sum of RGB (Red+Green+Blue) = 79+0+42=121 (16% of max value = 765). Red value is 79 (31.25% from 255 or 65.29% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 79 - color contains mainly: red. Hex color #4F002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F002A is #B0FFD5. Grayscale: #1C1C1C. Windows color (decimal): -11599830 or 2752591. OLE color: 2752591.

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

Color convert

RGB79042-
CMYK010.470.69
HSL328.1º100%15.49%-
HSV(B)328.1º100%30.98%-
XYZ3.641.832.35-
YUV28.41135.67164.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 65.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 34.71%
R=65.29%
G=0%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79042010.470.69328.110015.49
Hex4F02A0642F4514864f
Octal11705201445710551014417
Binary1001111010101001100100101111100010110100100011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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