Html Css Color HEX #4D112A Blackberry

📋 copy color: '#4D112A'

red 77 ◦ green 17 ◦ blue 42

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

Shades of Blackberry #4D112A

Tints of Blackberry #4D112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 30.88%

R = 56.62%
G = 12.5%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.70

RGB Variations

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

Color information

#4D112A (or 0x4D112A) is known color: Blackberry. HEX triplet: 4D, 11 and 2A. RGB value is (77,17,42). Sum of RGB (Red+Green+Blue) = 77+17+42=136 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.62% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 77 - color contains mainly: red. Hex color #4D112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D112A is #B2EED5. Grayscale: #252525. Windows color (decimal): -11726550 or 2756941. OLE color: 2756941.

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

Color convert

RGB 77 17 42 -
CMYK 0 0.78 0.45 0.70
HSL 335º 0.64% 0.18% -
HSV(B) 335º 0.78% 0.3% -
XYZ 3.68 2.15 2.41 -
YUV 37.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 77 17 42 0 0.78 0.45 0.70 335 0.64 0.18
Hex 4D 11 2A 0 4E 2D 46 14F 40 12
Octal 115 21 52 0 116 55 106 517 100 22
Binary 1001101 10001 101010 0 1001110 101101 1000110 101001111 1000000 10010

Color Harmonies of #4D112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D112A

Black with #4D112A

Text Example


Text Example

White with #4D112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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