#4D163C

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

Shades of Blackberry #4D163C

Tints of Blackberry #4D163C

Color information

#4D163C (or 0x4D163C) is unknown color: approx Blackberry. HEX triplet: 4D, 16 and 3C. RGB value is (77,22,60). Sum of RGB (Red+Green+Blue) = 77+22+60=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D163C is #B2E9C3. Grayscale: #2A2A2A. Windows color (decimal): -11725252 or 3937869. OLE color: 3937869.

HSL color Cylindrical-coordinate representation of color #4D163C: hue angle of 318.55º 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 #4D163C is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB772260-
CMYK00.710.220.70
HSL318.55º55.56%19.41%-
HSV(B)318.55º71.43%30.2%-
XYZ4.162.484.53-
YUV42.78137.72152.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.43%
GREEN value IS 22 (8.98% from 255) = 13.84%
BLUE value IS 60 (23.83% from 255) = 37.74%
R=48.43%
G=13.84%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77226000.710.220.70318.5555.5619.41
Hex4D163C047164613f3813
Octal11526740107261064777023
Binary1001101101101111000100011110110100011010011111111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D163C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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