Html Css Color HEX #4D112C Blackberry

📋 copy color: '#4D112C'

red 77 ◦ green 17 ◦ blue 44

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

Shades of Blackberry #4D112C

Tints of Blackberry #4D112C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 31.88%

R = 55.8%
G = 12.32%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4D112C (or 0x4D112C) is known color: Blackberry. HEX triplet: 4D, 11 and 2C. RGB value is (77,17,44). Sum of RGB (Red+Green+Blue) = 77+17+44=138 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.80% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 77 - color contains mainly: red. Hex color #4D112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D112C is #B2EED3. Grayscale: #252525. Windows color (decimal): -11726548 or 2888013. OLE color: 2888013.

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

Color convert

RGB 77 17 44 -
CMYK 0 0.78 0.43 0.70
HSL 333º 0.64% 0.18% -
HSV(B) 333º 0.78% 0.3% -
XYZ 3.72 2.16 2.6 -
YUV 38.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 77 17 44 0 0.78 0.43 0.70 333 0.64 0.18
Hex 4D 11 2C 0 4E 2B 46 14D 40 12
Octal 115 21 54 0 116 53 106 515 100 22
Binary 1001101 10001 101100 0 1001110 101011 1000110 101001101 1000000 10010

Color Harmonies of #4D112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D112C

Black with #4D112C

Text Example


Text Example

White with #4D112C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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