#4F072A

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

Shades of Blackberry #4F072A

Tints of Blackberry #4F072A

Color information

#4F072A (or 0x4F072A) is unknown color: approx Blackberry. HEX triplet: 4F, 07 and 2A. RGB value is (79,7,42). Sum of RGB (Red+Green+Blue) = 79+7+42=128 (16% of max value = 765). Red value is 79 (31.25% from 255 or 61.72% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 79 - color contains mainly: red. Hex color #4F072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F072A is #B0F8D5. Grayscale: #202020. Windows color (decimal): -11598038 or 2754383. OLE color: 2754383.

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

Color convert

RGB79742-
CMYK00.910.470.69
HSL330.83º83.72%16.86%-
HSV(B)330.83º91.14%30.98%-
XYZ3.721.982.38-
YUV32.52133.35161.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 61.72%
GREEN value IS 7 (3.12% from 255) = 5.47%
BLUE value IS 42 (16.80% from 255) = 32.81%
R=61.72%
G=5.47%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7974200.910.470.69330.8383.7216.86
Hex4F72A05B2F4514b5411
Octal11775201335710551312421
Binary1001111111101010010110111011111000101101001011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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