Html Css Color HEX #0E381D Deep Fir

📋 copy color: '#0E381D'

red 14 ◦ green 56 ◦ blue 29

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

Shades of Deep Fir #0E381D

Tints of Deep Fir #0E381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 56.57%

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

R = 14.14%
G = 56.57%
B = 29.29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#0E381D (or 0x0E381D) is known color: Deep Fir. HEX triplet: 0E, 38 and 1D. RGB value is (14,56,29). Sum of RGB (Red+Green+Blue) = 14+56+29=99 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14.14% from 99); Green value is 56 (22.27% from 255 or 56.57% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 56 - color contains mainly: green. Hex color #0E381D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E381D is #F1C7E2. Grayscale: #282828. Windows color (decimal): -15845347 or 1914894. OLE color: 1914894.

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

Color convert

RGB 14 56 29 -
CMYK 0.75 0 0.48 0.78
HSL 141.43º 0.6% 0.14% -
HSV(B) 141.43º 0.75% 0.22% -
XYZ 1.82 3.01 1.65 -
YUV 40.36 121.59 109.2 -
System Red Green Blue C M Y K H S L
Decimal 14 56 29 0.75 0 0.48 0.78 141.43 0.6 0.14
Hex E 38 1D 4B 0 30 4E 8D 3C E
Octal 16 70 35 113 0 60 116 215 74 16
Binary 1110 111000 11101 1001011 0 110000 1001110 10001101 111100 1110

Color Harmonies of #0E381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E381D

Black with #0E381D

Text Example


Text Example

White with #0E381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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