Html Css Color HEX #0E391C Deep Fir

📋 copy color: '#0E391C'

red 14 ◦ green 57 ◦ blue 28

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

Shades of Deep Fir #0E391C

Tints of Deep Fir #0E391C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 28.28%

R = 14.14%
G = 57.58%
B = 28.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#0E391C (or 0x0E391C) is known color: Deep Fir. HEX triplet: 0E, 39 and 1C. RGB value is (14,57,28). Sum of RGB (Red+Green+Blue) = 14+57+28=99 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14.14% from 99); Green value is 57 (22.66% from 255 or 57.58% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 57 - color contains mainly: green. Hex color #0E391C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E391C is #F1C6E3. Grayscale: #282828. Windows color (decimal): -15845092 or 1849614. OLE color: 1849614.

HSL color Cylindrical-coordinate representation of color #0E391C: hue angle of 139.53º 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 #0E391C is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB 14 57 28 -
CMYK 0.75 0 0.51 0.78
HSL 139.53º 0.61% 0.14% -
HSV(B) 139.53º 0.75% 0.22% -
XYZ 1.85 3.1 1.6 -
YUV 40.84 120.75 108.86 -
System Red Green Blue C M Y K H S L
Decimal 14 57 28 0.75 0 0.51 0.78 139.53 0.61 0.14
Hex E 39 1C 4B 0 33 4E 8C 3D E
Octal 16 71 34 113 0 63 116 214 75 16
Binary 1110 111001 11100 1001011 0 110011 1001110 10001100 111101 1110

Color Harmonies of #0E391C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E391C

Black with #0E391C

Text Example


Text Example

White with #0E391C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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