#4F082B

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

Shades of Blackberry #4F082B

Tints of Blackberry #4F082B

Color information

#4F082B (or 0x4F082B) is unknown color: approx Blackberry. HEX triplet: 4F, 08 and 2B. RGB value is (79,8,43). Sum of RGB (Red+Green+Blue) = 79+8+43=130 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.77% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 79 - color contains mainly: red. Hex color #4F082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F082B is #B0F7D4. Grayscale: #212121. Windows color (decimal): -11597781 or 2820175. OLE color: 2820175.

HSL color Cylindrical-coordinate representation of color #4F082B: hue angle of 330.42º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F082B is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB79843-
CMYK00.900.460.69
HSL330.42º81.61%17.06%-
HSV(B)330.42º89.87%30.98%-
XYZ3.752.012.48-
YUV33.22133.52160.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 60.77%
GREEN value IS 8 (3.52% from 255) = 6.15%
BLUE value IS 43 (17.19% from 255) = 33.08%
R=60.77%
G=6.15%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7984300.900.460.69330.4281.6117.06
Hex4F82B05A2E4514a5211
Octal117105301325610551212221
Binary10011111000101011010110101011101000101101001010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,8,43); }

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

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

 a { background-color: rgb(79,8,43); }

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

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

 span { border-color: rgb(79,8,43); }

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