Html Css Color HEX #4D193F Blackberry

📋 copy color: '#4D193F'

red 77 ◦ green 25 ◦ blue 63

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

Shades of Blackberry #4D193F

Tints of Blackberry #4D193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.15%

 BLUE value IS 63 (25% from 255) = 38.18%

R = 46.67%
G = 15.15%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#4D193F (or 0x4D193F) is known color: Blackberry. HEX triplet: 4D, 19 and 3F. RGB value is (77,25,63). Sum of RGB (Red+Green+Blue) = 77+25+63=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 77 - color contains mainly: red. Hex color #4D193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D193F is #B2E6C0. Grayscale: #2C2C2C. Windows color (decimal): -11724481 or 4135245. OLE color: 4135245.

HSL color Cylindrical-coordinate representation of color #4D193F: hue angle of 316.15º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D193F is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 25 63 -
CMYK 0 0.68 0.18 0.70
HSL 316.15º 0.51% 0.2% -
HSV(B) 316.15º 0.68% 0.3% -
XYZ 4.31 2.63 4.98 -
YUV 44.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 77 25 63 0 0.68 0.18 0.70 316.15 0.51 0.2
Hex 4D 19 3F 0 44 12 46 13C 33 14
Octal 115 31 77 0 104 22 106 474 63 24
Binary 1001101 11001 111111 0 1000100 10010 1000110 100111100 110011 10100

Color Harmonies of #4D193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D193F

Black with #4D193F

Text Example


Text Example

White with #4D193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,25,63); }

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

background-color css

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

 a { background-color: rgb(77,25,63); }

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

border-color css

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

 span { border-color: rgb(77,25,63); }

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