#4F143C

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

Shades of Blackberry #4F143C

Tints of Blackberry #4F143C

Color information

#4F143C (or 0x4F143C) is unknown color: approx Blackberry. HEX triplet: 4F, 14 and 3C. RGB value is (79,20,60). Sum of RGB (Red+Green+Blue) = 79+20+60=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F143C is #B0EBC3. Grayscale: #2A2A2A. Windows color (decimal): -11594692 or 3937359. OLE color: 3937359.

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

Color convert

RGB792060-
CMYK00.750.240.69
HSL319.32º59.6%19.41%-
HSV(B)319.32º74.68%30.98%-
XYZ4.292.494.53-
YUV42.2138.05154.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.69%
GREEN value IS 20 (8.20% from 255) = 12.58%
BLUE value IS 60 (23.83% from 255) = 37.74%
R=49.69%
G=12.58%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79206000.750.240.69319.3259.619.41
Hex4F143C04B184513f3c13
Octal11724740113301054777423
Binary1001111101001111000100101111000100010110011111111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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