Html Css Color HEX #4E0329 Blackberry

📋 copy color: '#4E0329'

red 78 ◦ green 3 ◦ blue 41

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

Shades of Blackberry #4E0329

Tints of Blackberry #4E0329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.46%

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

R = 63.93%
G = 2.46%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#4E0329 (or 0x4E0329) is known color: Blackberry. HEX triplet: 4E, 03 and 29. RGB value is (78,3,41). Sum of RGB (Red+Green+Blue) = 78+3+41=122 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.93% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0329 is #B1FCD6. Grayscale: #1D1D1D. Windows color (decimal): -11664599 or 2687822. OLE color: 2687822.

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

Color convert

RGB 78 3 41 -
CMYK 0 0.96 0.47 0.69
HSL 329.6º 0.93% 0.16% -
HSV(B) 329.6º 0.96% 0.31% -
XYZ 3.57 1.84 2.27 -
YUV 29.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 78 3 41 0 0.96 0.47 0.69 329.6 0.93 0.16
Hex 4E 3 29 0 60 2F 45 14A 5D 10
Octal 116 3 51 0 140 57 105 512 135 20
Binary 1001110 11 101001 0 1100000 101111 1000101 101001010 1011101 10000

Color Harmonies of #4E0329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0329

Black with #4E0329

Text Example


Text Example

White with #4E0329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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