Html Css Color HEX #4E0027 Blackberry

📋 copy color: '#4E0027'

red 78 ◦ green 0 ◦ blue 39

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

Shades of Blackberry #4E0027

Tints of Blackberry #4E0027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 39 (15.63% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.69

RGB Variations

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

Color information

#4E0027 (or 0x4E0027) is known color: Blackberry. HEX triplet: 4E, 00 and 27. RGB value is (78,0,39). Sum of RGB (Red+Green+Blue) = 78+0+39=117 (15% of max value = 765). Red value is 78 (30.86% from 255 or 66.67% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0027 is #B1FFD8. Grayscale: #1B1B1B. Windows color (decimal): -11665369 or 2555982. OLE color: 2555982.

HSL color Cylindrical-coordinate representation of color #4E0027: hue angle of 330º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E0027 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 0 39 -
CMYK 0 1 0.50 0.69
HSL 330º 1% 0.15% -
HSV(B) 330º 1% 0.31% -
XYZ 3.51 1.77 2.08 -
YUV 27.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 78 0 39 0 1 0.50 0.69 330 1 0.15
Hex 4E 0 27 0 64 32 45 14A 64 F
Octal 116 0 47 0 144 62 105 512 144 17
Binary 1001110 0 100111 0 1100100 110010 1000101 101001010 1100100 1111

Color Harmonies of #4E0027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0027

Black with #4E0027

Text Example


Text Example

White with #4E0027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,0,39); }

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

background-color css

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

 a { background-color: rgb(78,0,39); }

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

border-color css

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

 span { border-color: rgb(78,0,39); }

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