#4D042E

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

Shades of Blackberry #4D042E

Tints of Blackberry #4D042E

Color information

#4D042E (or 0x4D042E) is unknown color: approx Blackberry. HEX triplet: 4D, 04 and 2E. RGB value is (77,4,46). Sum of RGB (Red+Green+Blue) = 77+4+46=127 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.63% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 77 - color contains mainly: red. Hex color #4D042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D042E is #B2FBD1. Grayscale: #1E1E1E. Windows color (decimal): -11729874 or 3015757. OLE color: 3015757.

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

Color convert

RGB77446-
CMYK00.950.400.70
HSL325.48º90.12%15.88%-
HSV(B)325.48º94.81%30.2%-
XYZ3.61.862.75-
YUV30.62136.68161.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 60.63%
GREEN value IS 4 (1.95% from 255) = 3.15%
BLUE value IS 46 (18.36% from 255) = 36.22%
R=60.63%
G=3.15%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7744600.950.400.70325.4890.1215.88
Hex4D42E05F28461455a10
Octal11545601375010650513220
Binary1001101100101110010111111010001000110101000101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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