#4D1036

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

Shades of Blackberry #4D1036

Tints of Blackberry #4D1036

Color information

#4D1036 (or 0x4D1036) is unknown color: approx Blackberry. HEX triplet: 4D, 10 and 36. RGB value is (77,16,54). Sum of RGB (Red+Green+Blue) = 77+16+54=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1036 is #B2EFC9. Grayscale: #262626. Windows color (decimal): -11726794 or 3543117. OLE color: 3543117.

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

Color convert

RGB771654-
CMYK00.790.300.70
HSL322.62º65.59%18.24%-
HSV(B)322.62º79.22%30.2%-
XYZ3.912.213.71-
YUV38.57136.71155.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 52.38%
GREEN value IS 16 (6.64% from 255) = 10.88%
BLUE value IS 54 (21.48% from 255) = 36.73%
R=52.38%
G=10.88%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77165400.790.300.70322.6265.5918.24
Hex4D103604F1E461434212
Octal115206601173610650310222
Binary10011011000011011001001111111101000110101000011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,16,54); }

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

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

 a { background-color: rgb(77,16,54); }

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

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

 span { border-color: rgb(77,16,54); }

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