Html Css Color HEX #4D1136 Blackberry

📋 copy color: '#4D1136'

red 77 ◦ green 17 ◦ blue 54

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

Shades of Blackberry #4D1136

Tints of Blackberry #4D1136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 36.49%

R = 52.03%
G = 11.49%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#4D1136 (or 0x4D1136) is known color: Blackberry. HEX triplet: 4D, 11 and 36. RGB value is (77,17,54). Sum of RGB (Red+Green+Blue) = 77+17+54=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1136 is #B2EEC9. Grayscale: #272727. Windows color (decimal): -11726538 or 3543373. OLE color: 3543373.

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

Color convert

RGB 77 17 54 -
CMYK 0 0.78 0.30 0.70
HSL 323º 0.64% 0.18% -
HSV(B) 323º 0.78% 0.3% -
XYZ 3.93 2.25 3.72 -
YUV 39.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 77 17 54 0 0.78 0.30 0.70 323 0.64 0.18
Hex 4D 11 36 0 4E 1E 46 143 40 12
Octal 115 21 66 0 116 36 106 503 100 22
Binary 1001101 10001 110110 0 1001110 11110 1000110 101000011 1000000 10010

Color Harmonies of #4D1136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1136

Black with #4D1136

Text Example


Text Example

White with #4D1136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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