Html Css Color HEX #4D113C Blackberry

📋 copy color: '#4D113C'

red 77 ◦ green 17 ◦ blue 60

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

Shades of Blackberry #4D113C

Tints of Blackberry #4D113C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 38.96%

R = 50%
G = 11.04%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4D113C (or 0x4D113C) is known color: Blackberry. HEX triplet: 4D, 11 and 3C. RGB value is (77,17,60). Sum of RGB (Red+Green+Blue) = 77+17+60=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D113C is #B2EEC3. Grayscale: #272727. Windows color (decimal): -11726532 or 3936589. OLE color: 3936589.

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

Color convert

RGB 77 17 60 -
CMYK 0 0.78 0.22 0.70
HSL 317º 0.64% 0.18% -
HSV(B) 317º 0.78% 0.3% -
XYZ 4.08 2.3 4.5 -
YUV 39.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 77 17 60 0 0.78 0.22 0.70 317 0.64 0.18
Hex 4D 11 3C 0 4E 16 46 13D 40 12
Octal 115 21 74 0 116 26 106 475 100 22
Binary 1001101 10001 111100 0 1001110 10110 1000110 100111101 1000000 10010

Color Harmonies of #4D113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D113C

Black with #4D113C

Text Example


Text Example

White with #4D113C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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