Html Css Color HEX #4E0929 Blackberry

📋 copy color: '#4E0929'

red 78 ◦ green 9 ◦ blue 41

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

Shades of Blackberry #4E0929

Tints of Blackberry #4E0929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.03%

 BLUE value IS 41 (16.41% from 255) = 32.03%

R = 60.94%
G = 7.03%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#4E0929 (or 0x4E0929) is known color: Blackberry. HEX triplet: 4E, 09 and 29. RGB value is (78,9,41). Sum of RGB (Red+Green+Blue) = 78+9+41=128 (16% of max value = 765). Red value is 78 (30.86% from 255 or 60.94% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0929 is #B1F6D6. Grayscale: #212121. Windows color (decimal): -11663063 or 2689358. OLE color: 2689358.

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

Color convert

RGB 78 9 41 -
CMYK 0 0.88 0.47 0.69
HSL 332.17º 0.79% 0.17% -
HSV(B) 332.17º 0.88% 0.31% -
XYZ 3.64 1.98 2.29 -
YUV 33.28 132.36 159.9 -
System Red Green Blue C M Y K H S L
Decimal 78 9 41 0 0.88 0.47 0.69 332.17 0.79 0.17
Hex 4E 9 29 0 58 2F 45 14C 4F 11
Octal 116 11 51 0 130 57 105 514 117 21
Binary 1001110 1001 101001 0 1011000 101111 1000101 101001100 1001111 10001

Color Harmonies of #4E0929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0929

Black with #4E0929

Text Example


Text Example

White with #4E0929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,9,41); }

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

background-color css

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

 a { background-color: rgb(78,9,41); }

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

border-color css

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

 span { border-color: rgb(78,9,41); }

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