#4D0E3D

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

Shades of Blackberry #4D0E3D

Tints of Blackberry #4D0E3D

Color information

#4D0E3D (or 0x4D0E3D) is unknown color: approx Blackberry. HEX triplet: 4D, 0E and 3D. RGB value is (77,14,61). Sum of RGB (Red+Green+Blue) = 77+14+61=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0E3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0E3D is #B2F1C2. Grayscale: #262626. Windows color (decimal): -11727299 or 4001357. OLE color: 4001357.

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

Color convert

RGB771461-
CMYK00.820.210.70
HSL315.24º69.23%17.84%-
HSV(B)315.24º81.82%30.2%-
XYZ4.062.234.63-
YUV38.2140.87155.68-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50.66%
GREEN value IS 14 (5.86% from 255) = 9.21%
BLUE value IS 61 (24.22% from 255) = 40.13%
R=50.66%
G=9.21%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77146100.820.210.70315.2469.2317.84
Hex4DE3D052154613b4512
Octal115167501222510647310522
Binary1001101111011110101010010101011000110100111011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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