Html Css Color HEX #4E042A Blackberry

📋 copy color: '#4E042A'

red 78 ◦ green 4 ◦ blue 42

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

Shades of Blackberry #4E042A

Tints of Blackberry #4E042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.23%

 BLUE value IS 42 (16.8% from 255) = 33.87%

R = 62.9%
G = 3.23%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#4E042A (or 0x4E042A) is known color: Blackberry. HEX triplet: 4E, 04 and 2A. RGB value is (78,4,42). Sum of RGB (Red+Green+Blue) = 78+4+42=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E042A is #B1FBD5. Grayscale: #1E1E1E. Windows color (decimal): -11664342 or 2753614. OLE color: 2753614.

HSL color Cylindrical-coordinate representation of color #4E042A: hue angle of 329.19º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E042A is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 4 42 -
CMYK 0 0.95 0.46 0.69
HSL 329.19º 0.9% 0.16% -
HSV(B) 329.19º 0.95% 0.31% -
XYZ 3.6 1.87 2.36 -
YUV 30.46 134.52 161.91 -
System Red Green Blue C M Y K H S L
Decimal 78 4 42 0 0.95 0.46 0.69 329.19 0.9 0.16
Hex 4E 4 2A 0 5F 2E 45 149 5A 10
Octal 116 4 52 0 137 56 105 511 132 20
Binary 1001110 100 101010 0 1011111 101110 1000101 101001001 1011010 10000

Color Harmonies of #4E042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E042A

Black with #4E042A

Text Example


Text Example

White with #4E042A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,4,42); }

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

background-color css

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

 a { background-color: rgb(78,4,42); }

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

border-color css

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

 span { border-color: rgb(78,4,42); }

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