Html Css Color HEX #4E1131 Blackberry

📋 copy color: '#4E1131'

red 78 ◦ green 17 ◦ blue 49

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

Shades of Blackberry #4E1131

Tints of Blackberry #4E1131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 34.03%

R = 54.17%
G = 11.81%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#4E1131 (or 0x4E1131) is known color: Blackberry. HEX triplet: 4E, 11 and 31. RGB value is (78,17,49). Sum of RGB (Red+Green+Blue) = 78+17+49=144 (19% of max value = 765). Red value is 78 (30.86% from 255 or 54.17% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1131 is #B1EECE. Grayscale: #262626. Windows color (decimal): -11661007 or 3215694. OLE color: 3215694.

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

Color convert

RGB 78 17 49 -
CMYK 0 0.78 0.37 0.69
HSL 328.52º 0.64% 0.19% -
HSV(B) 328.52º 0.78% 0.31% -
XYZ 3.9 2.24 3.13 -
YUV 38.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 78 17 49 0 0.78 0.37 0.69 328.52 0.64 0.19
Hex 4E 11 31 0 4E 25 45 149 40 13
Octal 116 21 61 0 116 45 105 511 100 23
Binary 1001110 10001 110001 0 1001110 100101 1000101 101001001 1000000 10011

Color Harmonies of #4E1131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1131

Black with #4E1131

Text Example


Text Example

White with #4E1131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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