#4D163F

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

Shades of Blackberry #4D163F

Tints of Blackberry #4D163F

Color information

#4D163F (or 0x4D163F) is unknown color: approx Blackberry. HEX triplet: 4D, 16 and 3F. RGB value is (77,22,63). Sum of RGB (Red+Green+Blue) = 77+22+63=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D163F is #B2E9C0. Grayscale: #2B2B2B. Windows color (decimal): -11725249 or 4134477. OLE color: 4134477.

HSL color Cylindrical-coordinate representation of color #4D163F: hue angle of 315.27º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D163F is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB772263-
CMYK00.710.180.70
HSL315.27º55.56%19.41%-
HSV(B)315.27º71.43%30.2%-
XYZ4.242.514.96-
YUV43.12139.22152.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 47.53%
GREEN value IS 22 (8.98% from 255) = 13.58%
BLUE value IS 63 (25% from 255) = 38.89%
R=47.53%
G=13.58%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77226300.710.180.70315.2755.5619.41
Hex4D163F047124613b3813
Octal11526770107221064737023
Binary1001101101101111110100011110010100011010011101111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,22,63); }

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

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

 a { background-color: rgb(77,22,63); }

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

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

 span { border-color: rgb(77,22,63); }

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