Html Css Color HEX #4D112F Blackberry

📋 copy color: '#4D112F'

red 77 ◦ green 17 ◦ blue 47

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

Shades of Blackberry #4D112F

Tints of Blackberry #4D112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 33.33%

R = 54.61%
G = 12.06%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4D112F (or 0x4D112F) is known color: Blackberry. HEX triplet: 4D, 11 and 2F. RGB value is (77,17,47). Sum of RGB (Red+Green+Blue) = 77+17+47=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D112F is #B2EED0. Grayscale: #262626. Windows color (decimal): -11726545 or 3084621. OLE color: 3084621.

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

Color convert

RGB 77 17 47 -
CMYK 0 0.78 0.39 0.70
HSL 330º 0.64% 0.18% -
HSV(B) 330º 0.78% 0.3% -
XYZ 3.77 2.18 2.91 -
YUV 38.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 77 17 47 0 0.78 0.39 0.70 330 0.64 0.18
Hex 4D 11 2F 0 4E 27 46 14A 40 12
Octal 115 21 57 0 116 47 106 512 100 22
Binary 1001101 10001 101111 0 1001110 100111 1000110 101001010 1000000 10010

Color Harmonies of #4D112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D112F

Black with #4D112F

Text Example


Text Example

White with #4D112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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