Html Css Color HEX #4E143B Blackberry

📋 copy color: '#4E143B'

red 78 ◦ green 20 ◦ blue 59

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

Shades of Blackberry #4E143B

Tints of Blackberry #4E143B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.74%

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

R = 49.68%
G = 12.74%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#4E143B (or 0x4E143B) is known color: Blackberry. HEX triplet: 4E, 14 and 3B. RGB value is (78,20,59). Sum of RGB (Red+Green+Blue) = 78+20+59=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E143B is #B1EBC4. Grayscale: #292929. Windows color (decimal): -11660229 or 3871822. OLE color: 3871822.

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

Color convert

RGB 78 20 59 -
CMYK 0 0.74 0.24 0.69
HSL 319.66º 0.59% 0.19% -
HSV(B) 319.66º 0.74% 0.31% -
XYZ 4.18 2.44 4.39 -
YUV 41.79 137.72 153.83 -
System Red Green Blue C M Y K H S L
Decimal 78 20 59 0 0.74 0.24 0.69 319.66 0.59 0.19
Hex 4E 14 3B 0 4A 18 45 140 3B 13
Octal 116 24 73 0 112 30 105 500 73 23
Binary 1001110 10100 111011 0 1001010 11000 1000101 101000000 111011 10011

Color Harmonies of #4E143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E143B

Black with #4E143B

Text Example


Text Example

White with #4E143B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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