#4D1538

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

Shades of Blackberry #4D1538

Tints of Blackberry #4D1538

Color information

#4D1538 (or 0x4D1538) is unknown color: approx Blackberry. HEX triplet: 4D, 15 and 38. RGB value is (77,21,56). Sum of RGB (Red+Green+Blue) = 77+21+56=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1538 is #B2EAC7. Grayscale: #292929. Windows color (decimal): -11725512 or 3675469. OLE color: 3675469.

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

Color convert

RGB772156-
CMYK00.730.270.70
HSL322.5º57.14%19.22%-
HSV(B)322.5º72.73%30.2%-
XYZ4.042.43.99-
YUV41.73136.05153.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 13.64%
BLUE value IS 56 (22.27% from 255) = 36.36%
R=50%
G=13.64%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77215600.730.270.70322.557.1419.22
Hex4D15380491B461423913
Octal11525700111331065027123
Binary1001101101011110000100100111011100011010100001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,21,56); }

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

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

 a { background-color: rgb(77,21,56); }

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

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

 span { border-color: rgb(77,21,56); }

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