Html Css Color HEX #4D113F Blackberry

📋 copy color: '#4D113F'

red 77 ◦ green 17 ◦ blue 63

#4D113F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #4D113F

Tints of Blackberry #4D113F

RGB

 RED value IS 77 (30.47% from 255) = 49.04%

 GREEN value IS 17 (7.03% from 255) = 10.83%

 BLUE value IS 63 (25% from 255) = 40.13%

R = 49.04%
G = 10.83%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#4D113F (or 0x4D113F) is known color: Blackberry. HEX triplet: 4D, 11 and 3F. RGB value is (77,17,63). Sum of RGB (Red+Green+Blue) = 77+17+63=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D113F is #B2EEC0. Grayscale: #282828. Windows color (decimal): -11726529 or 4133197. OLE color: 4133197.

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

Color convert

RGB 77 17 63 -
CMYK 0 0.78 0.18 0.70
HSL 314º 0.64% 0.18% -
HSV(B) 314º 0.78% 0.3% -
XYZ 4.16 2.34 4.93 -
YUV 40.18 140.88 154.26 -
System Red Green Blue C M Y K H S L
Decimal 77 17 63 0 0.78 0.18 0.70 314 0.64 0.18
Hex 4D 11 3F 0 4E 12 46 13A 40 12
Octal 115 21 77 0 116 22 106 472 100 22
Binary 1001101 10001 111111 0 1001110 10010 1000110 100111010 1000000 10010

Color Harmonies of #4D113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D113F

Black with #4D113F

Text Example


Text Example

White with #4D113F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D113F;
 }
 .AnyTagClassName
 {
   color: #4D113F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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