Html Css Color HEX #0E361B Deep Fir

📋 copy color: '#0E361B'

red 14 ◦ green 54 ◦ blue 27

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

Shades of Deep Fir #0E361B

Tints of Deep Fir #0E361B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 56.84%

 BLUE value IS 27 (10.94% from 255) = 28.42%

R = 14.74%
G = 56.84%
B = 28.42%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.5

 K value IS 0.79

RGB Variations

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

Color information

#0E361B (or 0x0E361B) is known color: Deep Fir. HEX triplet: 0E, 36 and 1B. RGB value is (14,54,27). Sum of RGB (Red+Green+Blue) = 14+54+27=95 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.74% from 95); Green value is 54 (21.48% from 255 or 56.84% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 54 - color contains mainly: green. Hex color #0E361B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E361B is #F1C9E4. Grayscale: #272727. Windows color (decimal): -15845861 or 1783310. OLE color: 1783310.

HSL color Cylindrical-coordinate representation of color #0E361B: hue angle of 139.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E361B is Cyan = 0.74, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.79.

Color convert

RGB 14 54 27 -
CMYK 0.74 0 0.5 0.79
HSL 139.5º 0.59% 0.13% -
HSV(B) 139.5º 0.74% 0.21% -
XYZ 1.7 2.81 1.49 -
YUV 38.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 14 54 27 0.74 0 0.5 0.79 139.5 0.59 0.13
Hex E 36 1B 4A 0 32 4F 8C 3B D
Octal 16 66 33 112 0 62 117 214 73 15
Binary 1110 110110 11011 1001010 0 110010 1001111 10001100 111011 1101

Color Harmonies of #0E361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E361B

Black with #0E361B

Text Example


Text Example

White with #0E361B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,54,27); }

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

background-color css

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

 a { background-color: rgb(14,54,27); }

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

border-color css

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

 span { border-color: rgb(14,54,27); }

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