Html Css Color HEX #4E112F Blackberry

📋 copy color: '#4E112F'

red 78 ◦ green 17 ◦ blue 47

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

Shades of Blackberry #4E112F

Tints of Blackberry #4E112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 33.1%

R = 54.93%
G = 11.97%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#4E112F (or 0x4E112F) is known color: Blackberry. HEX triplet: 4E, 11 and 2F. RGB value is (78,17,47). Sum of RGB (Red+Green+Blue) = 78+17+47=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E112F is #B1EED0. Grayscale: #262626. Windows color (decimal): -11661009 or 3084622. OLE color: 3084622.

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

Color convert

RGB 78 17 47 -
CMYK 0 0.78 0.40 0.69
HSL 330.49º 0.64% 0.19% -
HSV(B) 330.49º 0.78% 0.31% -
XYZ 3.86 2.23 2.92 -
YUV 38.66 132.71 156.06 -
System Red Green Blue C M Y K H S L
Decimal 78 17 47 0 0.78 0.40 0.69 330.49 0.64 0.19
Hex 4E 11 2F 0 4E 28 45 14A 40 13
Octal 116 21 57 0 116 50 105 512 100 23
Binary 1001110 10001 101111 0 1001110 101000 1000101 101001010 1000000 10011

Color Harmonies of #4E112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E112F

Black with #4E112F

Text Example


Text Example

White with #4E112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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