Html Css Color HEX #4E1139 Blackberry

📋 copy color: '#4E1139'

red 78 ◦ green 17 ◦ blue 57

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

Shades of Blackberry #4E1139

Tints of Blackberry #4E1139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 37.5%

R = 51.32%
G = 11.18%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.69

RGB Variations

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

Color information

#4E1139 (or 0x4E1139) is known color: Blackberry. HEX triplet: 4E, 11 and 39. RGB value is (78,17,57). Sum of RGB (Red+Green+Blue) = 78+17+57=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1139 is #B1EEC6. Grayscale: #272727. Windows color (decimal): -11660999 or 3739982. OLE color: 3739982.

HSL color Cylindrical-coordinate representation of color #4E1139: hue angle of 320.66º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E1139 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 17 57 -
CMYK 0 0.78 0.27 0.69
HSL 320.66º 0.64% 0.19% -
HSV(B) 320.66º 0.78% 0.31% -
XYZ 4.08 2.32 4.1 -
YUV 39.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 78 17 57 0 0.78 0.27 0.69 320.66 0.64 0.19
Hex 4E 11 39 0 4E 1B 45 141 40 13
Octal 116 21 71 0 116 33 105 501 100 23
Binary 1001110 10001 111001 0 1001110 11011 1000101 101000001 1000000 10011

Color Harmonies of #4E1139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1139

Black with #4E1139

Text Example


Text Example

White with #4E1139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,17,57); }

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

background-color css

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

 a { background-color: rgb(78,17,57); }

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

border-color css

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

 span { border-color: rgb(78,17,57); }

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