#4F153D

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

Shades of Blackberry #4F153D

Tints of Blackberry #4F153D

Color information

#4F153D (or 0x4F153D) is unknown color: approx Blackberry. HEX triplet: 4F, 15 and 3D. RGB value is (79,21,61). Sum of RGB (Red+Green+Blue) = 79+21+61=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 79 - color contains mainly: red. Hex color #4F153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F153D is #B0EAC2. Grayscale: #2A2A2A. Windows color (decimal): -11594435 or 4003151. OLE color: 4003151.

HSL color Cylindrical-coordinate representation of color #4F153D: hue angle of 318.62º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F153D is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB792161-
CMYK00.730.230.69
HSL318.62º58%19.61%-
HSV(B)318.62º73.42%30.98%-
XYZ4.332.544.68-
YUV42.9138.22153.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.07%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 61 (24.22% from 255) = 37.89%
R=49.07%
G=13.04%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79216100.730.230.69318.625819.61
Hex4F153D049174513f3a14
Octal11725750111271054777224
Binary1001111101011111010100100110111100010110011111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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