#4D0E2E

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

Shades of Blackberry #4D0E2E

Tints of Blackberry #4D0E2E

Color information

#4D0E2E (or 0x4D0E2E) is unknown color: approx Blackberry. HEX triplet: 4D, 0E and 2E. RGB value is (77,14,46). Sum of RGB (Red+Green+Blue) = 77+14+46=137 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.20% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0E2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0E2E is #B2F1D1. Grayscale: #242424. Windows color (decimal): -11727314 or 3018317. OLE color: 3018317.

HSL color Cylindrical-coordinate representation of color #4D0E2E: hue angle of 329.52º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D0E2E is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB771446-
CMYK00.820.400.70
HSL329.52º69.23%17.84%-
HSV(B)329.52º81.82%30.2%-
XYZ3.712.092.79-
YUV36.48133.37156.9-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 56.20%
GREEN value IS 14 (5.86% from 255) = 10.22%
BLUE value IS 46 (18.36% from 255) = 33.58%
R=56.20%
G=10.22%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77144600.820.400.70329.5269.2317.84
Hex4DE2E052284614a4512
Octal115165601225010651210522
Binary10011011110101110010100101010001000110101001010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,14,46); }

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

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

 a { background-color: rgb(77,14,46); }

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

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

 span { border-color: rgb(77,14,46); }

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