#4D092E

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

Shades of Blackberry #4D092E

Tints of Blackberry #4D092E

Color information

#4D092E (or 0x4D092E) is unknown color: approx Blackberry. HEX triplet: 4D, 09 and 2E. RGB value is (77,9,46). Sum of RGB (Red+Green+Blue) = 77+9+46=132 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.33% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 77 - color contains mainly: red. Hex color #4D092E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D092E is #B2F6D1. Grayscale: #212121. Windows color (decimal): -11728594 or 3017037. OLE color: 3017037.

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

Color convert

RGB77946-
CMYK00.880.400.70
HSL327.35º79.07%16.86%-
HSV(B)327.35º88.31%30.2%-
XYZ3.651.972.77-
YUV33.55135.03158.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 58.33%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=58.33%
G=6.82%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7794600.880.400.70327.3579.0716.86
Hex4D92E05828461474f11
Octal115115601305010650711721
Binary10011011001101110010110001010001000110101000111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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