#4F143D

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

Shades of Blackberry #4F143D

Tints of Blackberry #4F143D

Color information

#4F143D (or 0x4F143D) is unknown color: approx Blackberry. HEX triplet: 4F, 14 and 3D. RGB value is (79,20,61). Sum of RGB (Red+Green+Blue) = 79+20+61=160 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.38% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 79 - color contains mainly: red. Hex color #4F143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F143D is #B0EBC2. Grayscale: #2A2A2A. Windows color (decimal): -11594691 or 4002895. OLE color: 4002895.

HSL color Cylindrical-coordinate representation of color #4F143D: hue angle of 318.31º 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 #4F143D is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB792061-
CMYK00.750.230.69
HSL318.31º59.6%19.41%-
HSV(B)318.31º74.68%30.98%-
XYZ4.322.54.67-
YUV42.32138.55154.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.38%
GREEN value IS 20 (8.20% from 255) = 12.5%
BLUE value IS 61 (24.22% from 255) = 38.12%
R=49.38%
G=12.5%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79206100.750.230.69318.3159.619.41
Hex4F143D04B174513e3c13
Octal11724750113271054767423
Binary1001111101001111010100101110111100010110011111011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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