Html Css Color HEX #4D113D Blackberry

📋 copy color: '#4D113D'

red 77 ◦ green 17 ◦ blue 61

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

Shades of Blackberry #4D113D

Tints of Blackberry #4D113D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 39.35%

R = 49.68%
G = 10.97%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4D113D (or 0x4D113D) is known color: Blackberry. HEX triplet: 4D, 11 and 3D. RGB value is (77,17,61). Sum of RGB (Red+Green+Blue) = 77+17+61=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D113D is #B2EEC2. Grayscale: #272727. Windows color (decimal): -11726531 or 4002125. OLE color: 4002125.

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

Color convert

RGB 77 17 61 -
CMYK 0 0.78 0.21 0.70
HSL 316º 0.64% 0.18% -
HSV(B) 316º 0.78% 0.3% -
XYZ 4.1 2.32 4.65 -
YUV 39.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 77 17 61 0 0.78 0.21 0.70 316 0.64 0.18
Hex 4D 11 3D 0 4E 15 46 13C 40 12
Octal 115 21 75 0 116 25 106 474 100 22
Binary 1001101 10001 111101 0 1001110 10101 1000110 100111100 1000000 10010

Color Harmonies of #4D113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D113D

Black with #4D113D

Text Example


Text Example

White with #4D113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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