Html Css Color HEX #4D112B Blackberry

📋 copy color: '#4D112B'

red 77 ◦ green 17 ◦ blue 43

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

Shades of Blackberry #4D112B

Tints of Blackberry #4D112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 31.39%

R = 56.2%
G = 12.41%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.70

RGB Variations

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

Color information

#4D112B (or 0x4D112B) is known color: Blackberry. HEX triplet: 4D, 11 and 2B. RGB value is (77,17,43). Sum of RGB (Red+Green+Blue) = 77+17+43=137 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.20% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 77 - color contains mainly: red. Hex color #4D112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D112B is #B2EED4. Grayscale: #252525. Windows color (decimal): -11726549 or 2822477. OLE color: 2822477.

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

Color convert

RGB 77 17 43 -
CMYK 0 0.78 0.44 0.70
HSL 334º 0.64% 0.18% -
HSV(B) 334º 0.78% 0.3% -
XYZ 3.7 2.15 2.51 -
YUV 37.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 77 17 43 0 0.78 0.44 0.70 334 0.64 0.18
Hex 4D 11 2B 0 4E 2C 46 14E 40 12
Octal 115 21 53 0 116 54 106 516 100 22
Binary 1001101 10001 101011 0 1001110 101100 1000110 101001110 1000000 10010

Color Harmonies of #4D112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D112B

Black with #4D112B

Text Example


Text Example

White with #4D112B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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