#4D0C3A

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

Shades of Blackberry #4D0C3A

Tints of Blackberry #4D0C3A

Color information

#4D0C3A (or 0x4D0C3A) is unknown color: approx Blackberry. HEX triplet: 4D, 0C and 3A. RGB value is (77,12,58). Sum of RGB (Red+Green+Blue) = 77+12+58=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C3A is #B2F3C5. Grayscale: #242424. Windows color (decimal): -11727814 or 3804237. OLE color: 3804237.

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

Color convert

RGB771258-
CMYK00.840.250.70
HSL317.54º73.03%17.45%-
HSV(B)317.54º84.42%30.2%-
XYZ3.962.154.21-
YUV36.68140.03156.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 52.38%
GREEN value IS 12 (5.08% from 255) = 8.16%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=52.38%
G=8.16%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77125800.840.250.70317.5473.0317.45
Hex4DC3A054194613e4911
Octal115147201243110647611121
Binary1001101110011101001010100110011000110100111110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,12,58); }

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

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

 a { background-color: rgb(77,12,58); }

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

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

 span { border-color: rgb(77,12,58); }

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