#4D143B

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

Shades of Blackberry #4D143B

Tints of Blackberry #4D143B

Color information

#4D143B (or 0x4D143B) is unknown color: approx Blackberry. HEX triplet: 4D, 14 and 3B. RGB value is (77,20,59). Sum of RGB (Red+Green+Blue) = 77+20+59=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D143B is #B2EBC4. Grayscale: #292929. Windows color (decimal): -11725765 or 3871821. OLE color: 3871821.

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

Color convert

RGB772059-
CMYK00.740.230.70
HSL318.95º58.76%19.02%-
HSV(B)318.95º74.03%30.2%-
XYZ4.12.394.38-
YUV41.49137.88153.33-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.36%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 59 (23.44% from 255) = 37.82%
R=49.36%
G=12.82%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77205900.740.230.70318.9558.7619.02
Hex4D143B04A174613f3b13
Octal11524730112271064777323
Binary1001101101001110110100101010111100011010011111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D143B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,20,59); }

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

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

 a { background-color: rgb(77,20,59); }

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

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

 span { border-color: rgb(77,20,59); }

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