Html Css Color HEX #0E2815 Deep Fir

📋 copy color: '#0E2815'

red 14 ◦ green 40 ◦ blue 21

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

Shades of Deep Fir #0E2815

Tints of Deep Fir #0E2815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 53.33%

 BLUE value IS 21 (8.59% from 255) = 28%

R = 18.67%
G = 53.33%
B = 28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#0E2815 (or 0x0E2815) is known color: Deep Fir. HEX triplet: 0E, 28 and 15. RGB value is (14,40,21). Sum of RGB (Red+Green+Blue) = 14+40+21=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 40 (16.02% from 255 or 53.33% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 40 - color contains mainly: green. Hex color #0E2815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2815 is #F1D7EA. Grayscale: #1E1E1E. Windows color (decimal): -15849451 or 1386510. OLE color: 1386510.

HSL color Cylindrical-coordinate representation of color #0E2815: hue angle of 136.15º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E2815 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB 14 40 21 -
CMYK 0.65 0 0.48 0.84
HSL 136.15º 0.48% 0.11% -
HSV(B) 136.15º 0.65% 0.16% -
XYZ 1.08 1.67 0.97 -
YUV 30.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 14 40 21 0.65 0 0.48 0.84 136.15 0.48 0.11
Hex E 28 15 41 0 30 54 88 30 B
Octal 16 50 25 101 0 60 124 210 60 13
Binary 1110 101000 10101 1000001 0 110000 1010100 10001000 110000 1011

Color Harmonies of #0E2815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2815

Black with #0E2815

Text Example


Text Example

White with #0E2815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,40,21); }

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

background-color css

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

 a { background-color: rgb(14,40,21); }

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

border-color css

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

 span { border-color: rgb(14,40,21); }

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