Html Css Color HEX #4E0D2E Blackberry

📋 copy color: '#4E0D2E'

red 78 ◦ green 13 ◦ blue 46

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

Shades of Blackberry #4E0D2E

Tints of Blackberry #4E0D2E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.49%

 BLUE value IS 46 (18.36% from 255) = 33.58%

R = 56.93%
G = 9.49%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#4E0D2E (or 0x4E0D2E) is known color: Blackberry. HEX triplet: 4E, 0D and 2E. RGB value is (78,13,46). Sum of RGB (Red+Green+Blue) = 78+13+46=137 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.93% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0D2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0D2E is #B1F2D1. Grayscale: #242424. Windows color (decimal): -11662034 or 3018062. OLE color: 3018062.

HSL color Cylindrical-coordinate representation of color #4E0D2E: hue angle of 329.54º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E0D2E is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 13 46 -
CMYK 0 0.83 0.41 0.69
HSL 329.54º 0.71% 0.18% -
HSV(B) 329.54º 0.83% 0.31% -
XYZ 3.78 2.1 2.79 -
YUV 36.2 133.53 157.82 -
System Red Green Blue C M Y K H S L
Decimal 78 13 46 0 0.83 0.41 0.69 329.54 0.71 0.18
Hex 4E D 2E 0 53 29 45 14A 47 12
Octal 116 15 56 0 123 51 105 512 107 22
Binary 1001110 1101 101110 0 1010011 101001 1000101 101001010 1000111 10010

Color Harmonies of #4E0D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0D2E

Black with #4E0D2E

Text Example


Text Example

White with #4E0D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,13,46); }

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

background-color css

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

 a { background-color: rgb(78,13,46); }

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

border-color css

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

 span { border-color: rgb(78,13,46); }

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