Html Css Color HEX #4E193B Blackberry

📋 copy color: '#4E193B'

red 78 ◦ green 25 ◦ blue 59

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

Shades of Blackberry #4E193B

Tints of Blackberry #4E193B

RGB

 RED value IS 78 (30.86% from 255) = 48.15%

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

 BLUE value IS 59 (23.44% from 255) = 36.42%

R = 48.15%
G = 15.43%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#4E193B (or 0x4E193B) is known color: Blackberry. HEX triplet: 4E, 19 and 3B. RGB value is (78,25,59). Sum of RGB (Red+Green+Blue) = 78+25+59=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 78 - color contains mainly: red. Hex color #4E193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E193B is #B1E6C4. Grayscale: #2C2C2C. Windows color (decimal): -11658949 or 3873102. OLE color: 3873102.

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

Color convert

RGB 78 25 59 -
CMYK 0 0.68 0.24 0.69
HSL 321.51º 0.51% 0.2% -
HSV(B) 321.51º 0.68% 0.31% -
XYZ 4.28 2.63 4.42 -
YUV 44.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 78 25 59 0 0.68 0.24 0.69 321.51 0.51 0.2
Hex 4E 19 3B 0 44 18 45 142 33 14
Octal 116 31 73 0 104 30 105 502 63 24
Binary 1001110 11001 111011 0 1000100 11000 1000101 101000010 110011 10100

Color Harmonies of #4E193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E193B

Black with #4E193B

Text Example


Text Example

White with #4E193B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,25,59); }

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

background-color css

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

 a { background-color: rgb(78,25,59); }

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

border-color css

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

 span { border-color: rgb(78,25,59); }

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