Html Css Color HEX #0E391D Deep Fir

📋 copy color: '#0E391D'

red 14 ◦ green 57 ◦ blue 29

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

Shades of Deep Fir #0E391D

Tints of Deep Fir #0E391D

RGB

 RED value IS 14 (5.86% from 255) = 14%

 GREEN value IS 57 (22.66% from 255) = 57%

 BLUE value IS 29 (11.72% from 255) = 29%

R = 14%
G = 57%
B = 29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#0E391D (or 0x0E391D) is known color: Deep Fir. HEX triplet: 0E, 39 and 1D. RGB value is (14,57,29). Sum of RGB (Red+Green+Blue) = 14+57+29=100 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14% from 100); Green value is 57 (22.66% from 255 or 57% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 57 - color contains mainly: green. Hex color #0E391D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E391D is #F1C6E2. Grayscale: #292929. Windows color (decimal): -15845091 or 1915150. OLE color: 1915150.

HSL color Cylindrical-coordinate representation of color #0E391D: hue angle of 140.93º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E391D is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB 14 57 29 -
CMYK 0.75 0 0.49 0.78
HSL 140.93º 0.61% 0.14% -
HSV(B) 140.93º 0.75% 0.22% -
XYZ 1.87 3.11 1.66 -
YUV 40.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 14 57 29 0.75 0 0.49 0.78 140.93 0.61 0.14
Hex E 39 1D 4B 0 31 4E 8D 3D E
Octal 16 71 35 113 0 61 116 215 75 16
Binary 1110 111001 11101 1001011 0 110001 1001110 10001101 111101 1110

Color Harmonies of #0E391D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E391D

Black with #0E391D

Text Example


Text Example

White with #0E391D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E391D; }

 p { color: rgb(14,57,29); }

 H1.HeaderClassName
 {
   color: #0E391D;
 }
 .AnyTagClassName
 {
   color: #0E391D;
 }
</style>

background-color css

<style>
 a { background-color: #0E391D; }

 a { background-color: rgb(14,57,29); }

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

border-color css

<style>
 span { border-color: #0E391D; }

 span { border-color: rgb(14,57,29); }

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