#4D122F

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

Shades of Blackberry #4D122F

Tints of Blackberry #4D122F

Color information

#4D122F (or 0x4D122F) is unknown color: approx Blackberry. HEX triplet: 4D, 12 and 2F. RGB value is (77,18,47). Sum of RGB (Red+Green+Blue) = 77+18+47=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D122F is #B2EDD0. Grayscale: #262626. Windows color (decimal): -11726289 or 3084877. OLE color: 3084877.

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

Color convert

RGB771847-
CMYK00.770.390.70
HSL330.51º62.11%18.63%-
HSV(B)330.51º76.62%30.2%-
XYZ3.792.222.92-
YUV38.95132.55155.14-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 54.23%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 47 (18.75% from 255) = 33.10%
R=54.23%
G=12.68%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77184700.770.390.70330.5162.1118.63
Hex4D122F04D274614b3e13
Octal11522570115471065137623
Binary10011011001010111101001101100111100011010100101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,18,47); }

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

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

 a { background-color: rgb(77,18,47); }

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

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

 span { border-color: rgb(77,18,47); }

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