#4D193E

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

Shades of Blackberry #4D193E

Tints of Blackberry #4D193E

Color information

#4D193E (or 0x4D193E) is unknown color: approx Blackberry. HEX triplet: 4D, 19 and 3E. RGB value is (77,25,62). Sum of RGB (Red+Green+Blue) = 77+25+62=164 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.95% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 77 - color contains mainly: red. Hex color #4D193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D193E is #B2E6C1. Grayscale: #2C2C2C. Windows color (decimal): -11724482 or 4069709. OLE color: 4069709.

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

Color convert

RGB772562-
CMYK00.680.190.70
HSL317.31º50.98%20%-
HSV(B)317.31º67.53%30.2%-
XYZ4.282.624.84-
YUV44.77137.73150.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 46.95%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 62 (24.61% from 255) = 37.80%
R=46.95%
G=15.24%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77256200.680.190.70317.3150.9820
Hex4D193E044134613d3314
Octal11531760104231064756324
Binary1001101110011111100100010010011100011010011110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,25,62); }

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

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

 a { background-color: rgb(77,25,62); }

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

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

 span { border-color: rgb(77,25,62); }

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