Html Css Color HEX #4E1341 Blackberry

📋 copy color: '#4E1341'

red 78 ◦ green 19 ◦ blue 65

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

Shades of Blackberry #4E1341

Tints of Blackberry #4E1341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.73%

 BLUE value IS 65 (25.78% from 255) = 40.12%

R = 48.15%
G = 11.73%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#4E1341 (or 0x4E1341) is known color: Blackberry. HEX triplet: 4E, 13 and 41. RGB value is (78,19,65). Sum of RGB (Red+Green+Blue) = 78+19+65=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1341 is #B1ECBE. Grayscale: #292929. Windows color (decimal): -11660479 or 4264782. OLE color: 4264782.

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

Color convert

RGB 78 19 65 -
CMYK 0 0.76 0.17 0.69
HSL 313.22º 0.61% 0.19% -
HSV(B) 313.22º 0.76% 0.31% -
XYZ 4.33 2.47 5.25 -
YUV 41.89 141.05 153.76 -
System Red Green Blue C M Y K H S L
Decimal 78 19 65 0 0.76 0.17 0.69 313.22 0.61 0.19
Hex 4E 13 41 0 4C 11 45 139 3D 13
Octal 116 23 101 0 114 21 105 471 75 23
Binary 1001110 10011 1000001 0 1001100 10001 1000101 100111001 111101 10011

Color Harmonies of #4E1341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1341

Black with #4E1341

Text Example


Text Example

White with #4E1341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,19,65); }

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

background-color css

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

 a { background-color: rgb(78,19,65); }

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

border-color css

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

 span { border-color: rgb(78,19,65); }

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