#4D1936

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

Shades of Blackberry #4D1936

Tints of Blackberry #4D1936

Color information

#4D1936 (or 0x4D1936) is unknown color: approx Blackberry. HEX triplet: 4D, 19 and 36. RGB value is (77,25,54). Sum of RGB (Red+Green+Blue) = 77+25+54=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1936 is #B2E6C9. Grayscale: #2B2B2B. Windows color (decimal): -11724490 or 3545421. OLE color: 3545421.

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

Color convert

RGB772554-
CMYK00.680.300.70
HSL326.54º50.98%20%-
HSV(B)326.54º67.53%30.2%-
XYZ4.072.543.77-
YUV43.85133.73151.64-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.36%
GREEN value IS 25 (10.16% from 255) = 16.03%
BLUE value IS 54 (21.48% from 255) = 34.62%
R=49.36%
G=16.03%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77255400.680.300.70326.5450.9820
Hex4D19360441E461473314
Octal11531660104361065076324
Binary1001101110011101100100010011110100011010100011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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