#4D103F

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

Shades of Blackberry #4D103F

Tints of Blackberry #4D103F

Color information

#4D103F (or 0x4D103F) is unknown color: approx Blackberry. HEX triplet: 4D, 10 and 3F. RGB value is (77,16,63). Sum of RGB (Red+Green+Blue) = 77+16+63=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D103F is #B2EFC0. Grayscale: #272727. Windows color (decimal): -11726785 or 4132941. OLE color: 4132941.

HSL color Cylindrical-coordinate representation of color #4D103F: hue angle of 313.77º 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 #4D103F is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB771663-
CMYK00.790.180.70
HSL313.77º65.59%18.24%-
HSV(B)313.77º79.22%30.2%-
XYZ4.142.314.93-
YUV39.6141.21154.68-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.36%
GREEN value IS 16 (6.64% from 255) = 10.26%
BLUE value IS 63 (25% from 255) = 40.38%
R=49.36%
G=10.26%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77166300.790.180.70313.7765.5918.24
Hex4D103F04F124613a4212
Octal115207701172210647210222
Binary10011011000011111101001111100101000110100111010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D103F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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