Html Css Color HEX #4E152F Blackberry

📋 copy color: '#4E152F'

red 78 ◦ green 21 ◦ blue 47

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

Shades of Blackberry #4E152F

Tints of Blackberry #4E152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.38%

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

R = 53.42%
G = 14.38%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#4E152F (or 0x4E152F) is known color: Blackberry. HEX triplet: 4E, 15 and 2F. RGB value is (78,21,47). Sum of RGB (Red+Green+Blue) = 78+21+47=146 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.42% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 78 - color contains mainly: red. Hex color #4E152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E152F is #B1EAD0. Grayscale: #282828. Windows color (decimal): -11659985 or 3085646. OLE color: 3085646.

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

Color convert

RGB 78 21 47 -
CMYK 0 0.73 0.40 0.69
HSL 332.63º 0.58% 0.19% -
HSV(B) 332.63º 0.73% 0.31% -
XYZ 3.92 2.36 2.94 -
YUV 41.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 78 21 47 0 0.73 0.40 0.69 332.63 0.58 0.19
Hex 4E 15 2F 0 49 28 45 14D 3A 13
Octal 116 25 57 0 111 50 105 515 72 23
Binary 1001110 10101 101111 0 1001001 101000 1000101 101001101 111010 10011

Color Harmonies of #4E152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E152F

Black with #4E152F

Text Example


Text Example

White with #4E152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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