#4F0D31

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

Shades of Blackberry #4F0D31

Tints of Blackberry #4F0D31

Color information

#4F0D31 (or 0x4F0D31) is unknown color: approx Blackberry. HEX triplet: 4F, 0D and 31. RGB value is (79,13,49). Sum of RGB (Red+Green+Blue) = 79+13+49=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0D31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0D31 is #B0F2CE. Grayscale: #242424. Windows color (decimal): -11596495 or 3214671. OLE color: 3214671.

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

Color convert

RGB791349-
CMYK00.840.380.69
HSL327.27º71.74%18.04%-
HSV(B)327.27º83.54%30.98%-
XYZ3.922.173.12-
YUV36.84134.87158.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 56.03%
GREEN value IS 13 (5.47% from 255) = 9.22%
BLUE value IS 49 (19.53% from 255) = 34.75%
R=56.03%
G=9.22%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79134900.840.380.69327.2771.7418.04
Hex4FD3105426451474812
Octal117156101244610550711022
Binary10011111101110001010101001001101000101101000111100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,13,49); }

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

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

 a { background-color: rgb(79,13,49); }

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

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

 span { border-color: rgb(79,13,49); }

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