Html Css Color HEX #4E0020 Blackberry

📋 copy color: '#4E0020'

red 78 ◦ green 0 ◦ blue 32

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

Shades of Blackberry #4E0020

Tints of Blackberry #4E0020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 29.09%

R = 70.91%
G = 0%
B = 29.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#4E0020 (or 0x4E0020) is known color: Blackberry. HEX triplet: 4E, 00 and 20. RGB value is (78,0,32). Sum of RGB (Red+Green+Blue) = 78+0+32=110 (14% of max value = 765). Red value is 78 (30.86% from 255 or 70.91% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0020 is #B1FFDF. Grayscale: #1A1A1A. Windows color (decimal): -11665376 or 2097230. OLE color: 2097230.

HSL color Cylindrical-coordinate representation of color #4E0020: hue angle of 335.38º 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 #4E0020 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 0 32 -
CMYK 0 1 0.59 0.69
HSL 335.38º 1% 0.15% -
HSV(B) 335.38º 1% 0.31% -
XYZ 3.4 1.72 1.52 -
YUV 26.97 130.84 164.4 -
System Red Green Blue C M Y K H S L
Decimal 78 0 32 0 1 0.59 0.69 335.38 1 0.15
Hex 4E 0 20 0 64 3B 45 14F 64 F
Octal 116 0 40 0 144 73 105 517 144 17
Binary 1001110 0 100000 0 1100100 111011 1000101 101001111 1100100 1111

Color Harmonies of #4E0020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0020

Black with #4E0020

Text Example


Text Example

White with #4E0020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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