Html Css Color HEX #4D112E Blackberry

📋 copy color: '#4D112E'

red 77 ◦ green 17 ◦ blue 46

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

Shades of Blackberry #4D112E

Tints of Blackberry #4D112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 32.86%

R = 55%
G = 12.14%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.70

RGB Variations

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

Color information

#4D112E (or 0x4D112E) is known color: Blackberry. HEX triplet: 4D, 11 and 2E. RGB value is (77,17,46). Sum of RGB (Red+Green+Blue) = 77+17+46=140 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 77 - color contains mainly: red. Hex color #4D112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D112E is #B2EED1. Grayscale: #262626. Windows color (decimal): -11726546 or 3019085. OLE color: 3019085.

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

Color convert

RGB 77 17 46 -
CMYK 0 0.78 0.40 0.70
HSL 331º 0.64% 0.18% -
HSV(B) 331º 0.78% 0.3% -
XYZ 3.75 2.18 2.81 -
YUV 38.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 77 17 46 0 0.78 0.40 0.70 331 0.64 0.18
Hex 4D 11 2E 0 4E 28 46 14B 40 12
Octal 115 21 56 0 116 50 106 513 100 22
Binary 1001101 10001 101110 0 1001110 101000 1000110 101001011 1000000 10010

Color Harmonies of #4D112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D112E

Black with #4D112E

Text Example


Text Example

White with #4D112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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