#4F142D

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

Shades of Blackberry #4F142D

Tints of Blackberry #4F142D

Color information

#4F142D (or 0x4F142D) is unknown color: approx Blackberry. HEX triplet: 4F, 14 and 2D. RGB value is (79,20,45). Sum of RGB (Red+Green+Blue) = 79+20+45=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F142D is #B0EBD2. Grayscale: #282828. Windows color (decimal): -11594707 or 2954319. OLE color: 2954319.

HSL color Cylindrical-coordinate representation of color #4F142D: hue angle of 334.58º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F142D is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.69.

Color convert

RGB792045-
CMYK00.750.430.69
HSL334.58º59.6%19.41%-
HSV(B)334.58º74.68%30.98%-
XYZ3.952.352.73-
YUV40.49130.55155.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.86%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 45 (17.97% from 255) = 31.25%
R=54.86%
G=13.89%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79204500.750.430.69334.5859.619.41
Hex4F142D04B2B4514f3c13
Octal11724550113531055177423
Binary10011111010010110101001011101011100010110100111111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,20,45); }

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

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

 a { background-color: rgb(79,20,45); }

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

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

 span { border-color: rgb(79,20,45); }

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