Html Css Color HEX #0E311A Deep Fir

📋 copy color: '#0E311A'

red 14 ◦ green 49 ◦ blue 26

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

Shades of Deep Fir #0E311A

Tints of Deep Fir #0E311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 55.06%

 BLUE value IS 26 (10.55% from 255) = 29.21%

R = 15.73%
G = 55.06%
B = 29.21%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.47

 K value IS 0.81

RGB Variations

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

Color information

#0E311A (or 0x0E311A) is known color: Deep Fir. HEX triplet: 0E, 31 and 1A. RGB value is (14,49,26). Sum of RGB (Red+Green+Blue) = 14+49+26=89 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.73% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #0E311A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E311A is #F1CEE5. Grayscale: #232323. Windows color (decimal): -15847142 or 1716494. OLE color: 1716494.

HSL color Cylindrical-coordinate representation of color #0E311A: hue angle of 140.57º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E311A is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB 14 49 26 -
CMYK 0.71 0 0.47 0.81
HSL 140.57º 0.56% 0.12% -
HSV(B) 140.57º 0.71% 0.19% -
XYZ 1.47 2.36 1.36 -
YUV 35.91 122.4 112.37 -
System Red Green Blue C M Y K H S L
Decimal 14 49 26 0.71 0 0.47 0.81 140.57 0.56 0.12
Hex E 31 1A 47 0 2F 51 8D 38 C
Octal 16 61 32 107 0 57 121 215 70 14
Binary 1110 110001 11010 1000111 0 101111 1010001 10001101 111000 1100

Color Harmonies of #0E311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E311A

Black with #0E311A

Text Example


Text Example

White with #0E311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,49,26); }

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

background-color css

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

 a { background-color: rgb(14,49,26); }

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

border-color css

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

 span { border-color: rgb(14,49,26); }

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