Html Css Color HEX #4E113A Blackberry

📋 copy color: '#4E113A'

red 78 ◦ green 17 ◦ blue 58

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

Shades of Blackberry #4E113A

Tints of Blackberry #4E113A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 37.91%

R = 50.98%
G = 11.11%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#4E113A (or 0x4E113A) is known color: Blackberry. HEX triplet: 4E, 11 and 3A. RGB value is (78,17,58). Sum of RGB (Red+Green+Blue) = 78+17+58=153 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.98% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 78 - color contains mainly: red. Hex color #4E113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E113A is #B1EEC5. Grayscale: #272727. Windows color (decimal): -11660998 or 3805518. OLE color: 3805518.

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

Color convert

RGB 78 17 58 -
CMYK 0 0.78 0.26 0.69
HSL 319.67º 0.64% 0.19% -
HSV(B) 319.67º 0.78% 0.31% -
XYZ 4.11 2.33 4.24 -
YUV 39.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 78 17 58 0 0.78 0.26 0.69 319.67 0.64 0.19
Hex 4E 11 3A 0 4E 1A 45 140 40 13
Octal 116 21 72 0 116 32 105 500 100 23
Binary 1001110 10001 111010 0 1001110 11010 1000101 101000000 1000000 10011

Color Harmonies of #4E113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E113A

Black with #4E113A

Text Example


Text Example

White with #4E113A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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