Html Css Color HEX #0E331C Deep Fir

📋 copy color: '#0E331C'

red 14 ◦ green 51 ◦ blue 28

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

Shades of Deep Fir #0E331C

Tints of Deep Fir #0E331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 54.84%

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

R = 15.05%
G = 54.84%
B = 30.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.45

 K value IS 0.8

RGB Variations

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

Color information

#0E331C (or 0x0E331C) is known color: Deep Fir. HEX triplet: 0E, 33 and 1C. RGB value is (14,51,28). Sum of RGB (Red+Green+Blue) = 14+51+28=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 51 (20.31% from 255 or 54.84% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 51 - color contains mainly: green. Hex color #0E331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E331C is #F1CCE3. Grayscale: #252525. Windows color (decimal): -15846628 or 1848078. OLE color: 1848078.

HSL color Cylindrical-coordinate representation of color #0E331C: hue angle of 142.7º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E331C is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.

Color convert

RGB 14 51 28 -
CMYK 0.73 0 0.45 0.8
HSL 142.7º 0.57% 0.13% -
HSV(B) 142.7º 0.73% 0.2% -
XYZ 1.57 2.54 1.51 -
YUV 37.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 14 51 28 0.73 0 0.45 0.8 142.7 0.57 0.13
Hex E 33 1C 49 0 2D 50 8F 39 D
Octal 16 63 34 111 0 55 120 217 71 15
Binary 1110 110011 11100 1001001 0 101101 1010000 10001111 111001 1101

Color Harmonies of #0E331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E331C

Black with #0E331C

Text Example


Text Example

White with #0E331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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