#4F022A

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

Shades of Blackberry #4F022A

Tints of Blackberry #4F022A

Color information

#4F022A (or 0x4F022A) is unknown color: approx Blackberry. HEX triplet: 4F, 02 and 2A. RGB value is (79,2,42). Sum of RGB (Red+Green+Blue) = 79+2+42=123 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.23% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 79 - color contains mainly: red. Hex color #4F022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F022A is #B0FDD5. Grayscale: #1D1D1D. Windows color (decimal): -11599318 or 2753103. OLE color: 2753103.

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

Color convert

RGB79242-
CMYK00.970.470.69
HSL328.83º95.06%15.88%-
HSV(B)328.83º97.47%30.98%-
XYZ3.661.872.36-
YUV29.58135.01163.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 64.23%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 42 (16.80% from 255) = 34.15%
R=64.23%
G=1.63%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7924200.970.470.69328.8395.0615.88
Hex4F22A0612F451495f10
Octal11725201415710551113720
Binary100111110101010011000011011111000101101001001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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