Html Css Color HEX #4D193E Blackberry

📋 copy color: '#4D193E'

red 77 ◦ green 25 ◦ blue 62

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

Shades of Blackberry #4D193E

Tints of Blackberry #4D193E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 37.8%

R = 46.95%
G = 15.24%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.70

RGB Variations

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

Color information

#4D193E (or 0x4D193E) is known color: Blackberry. HEX triplet: 4D, 19 and 3E. RGB value is (77,25,62). Sum of RGB (Red+Green+Blue) = 77+25+62=164 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.95% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 77 - color contains mainly: red. Hex color #4D193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D193E is #B2E6C1. Grayscale: #2C2C2C. Windows color (decimal): -11724482 or 4069709. OLE color: 4069709.

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

Color convert

RGB 77 25 62 -
CMYK 0 0.68 0.19 0.70
HSL 317.31º 0.51% 0.2% -
HSV(B) 317.31º 0.68% 0.3% -
XYZ 4.28 2.62 4.84 -
YUV 44.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 77 25 62 0 0.68 0.19 0.70 317.31 0.51 0.2
Hex 4D 19 3E 0 44 13 46 13D 33 14
Octal 115 31 76 0 104 23 106 475 63 24
Binary 1001101 11001 111110 0 1000100 10011 1000110 100111101 110011 10100

Color Harmonies of #4D193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D193E

Black with #4D193E

Text Example


Text Example

White with #4D193E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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